Searched refs:fl6_sock_lookup (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_ip6.c | 538 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg() 578 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
|
/linux-6.3-rc2/net/ipv6/ |
A D | raw.c | 809 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg() 851 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
|
A D | udp.c | 1443 flowlabel = fl6_sock_lookup(sk, fl6->flowlabel); in udpv6_sendmsg() 1494 flowlabel = fl6_sock_lookup(sk, fl6->flowlabel); in udpv6_sendmsg()
|
A D | datagram.c | 83 flowlabel = fl6_sock_lookup(sk, np->flow_label); in ip6_datagram_dst_update()
|
A D | tcp_ipv6.c | 175 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in tcp_v6_connect()
|
/linux-6.3-rc2/net/dccp/ |
A D | ipv6.c | 845 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in dccp_v6_connect()
|
/linux-6.3-rc2/net/sctp/ |
A D | ipv6.c | 304 flowlabel = fl6_sock_lookup(sk, fl6->flowlabel); in sctp_v6_get_dst()
|
/linux-6.3-rc2/include/net/ |
A D | ipv6.h | 411 static inline struct ip6_flowlabel *fl6_sock_lookup(struct sock *sk, in fl6_sock_lookup() function
|
Completed in 31 milliseconds