Home
last modified time | relevance | path

Searched refs:ucast_oif (Results 1 – 8 of 8) sorted by relevance

/linux/net/ipv6/
H A Dping.c112 oif = READ_ONCE(np->ucast_oif); in ping_v6_sendmsg()
162 fl6.flowi6_oif = READ_ONCE(np->ucast_oif); in ping_v6_sendmsg()
H A Dipv6_sockglue.c549 WRITE_ONCE(np->ucast_oif, 0); in do_ipv6_setsockopt()
561 WRITE_ONCE(np->ucast_oif, ifindex); in do_ipv6_setsockopt()
1367 val = (__force int)htonl((__u32) READ_ONCE(np->ucast_oif)); in do_ipv6_getsockopt()
H A Dicmp.c595 fl6.flowi6_oif = READ_ONCE(np->ucast_oif); in icmp6_send()
782 fl6.flowi6_oif = READ_ONCE(np->ucast_oif); in icmpv6_echo_reply()
H A Ddatagram.c65 oif = READ_ONCE(np->ucast_oif); in ip6_datagram_flow_key_init()
H A Draw.c887 fl6.flowi6_oif = READ_ONCE(np->ucast_oif); in rawv6_sendmsg()
H A Dudp.c1557 fl6->flowi6_oif = READ_ONCE(np->ucast_oif); in udpv6_sendmsg()
/linux/include/linux/
H A Dipv6.h227 int ucast_oif; member
/linux/net/l2tp/
H A Dl2tp_ip6.c633 fl6.flowi6_oif = READ_ONCE(np->ucast_oif); in l2tp_ip6_sendmsg()