Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv6/
Dping.c112 oif = np->ucast_oif; in ping_v6_sendmsg()
162 fl6.flowi6_oif = np->ucast_oif; in ping_v6_sendmsg()
Dipv6_sockglue.c775 np->ucast_oif = 0; in do_ipv6_setsockopt()
790 np->ucast_oif = ifindex; in do_ipv6_setsockopt()
1380 val = (__force int)htonl((__u32) np->ucast_oif); in do_ipv6_getsockopt()
Dicmp.c589 fl6.flowi6_oif = np->ucast_oif; in icmp6_send()
775 fl6.flowi6_oif = np->ucast_oif; in icmpv6_echo_reply()
Ddatagram.c65 oif = np->ucast_oif; in ip6_datagram_flow_key_init()
Draw.c881 fl6.flowi6_oif = np->ucast_oif; in rawv6_sendmsg()
Dudp.c1543 fl6->flowi6_oif = np->ucast_oif; in udpv6_sendmsg()
/Linux-v6.6/include/linux/
Dipv6.h238 int ucast_oif; member
/Linux-v6.6/net/l2tp/
Dl2tp_ip6.c604 fl6.flowi6_oif = np->ucast_oif; in l2tp_ip6_sendmsg()