Searched refs:fl6_sock_lookup (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip6.c | 530 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg() 571 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
|
/linux-4.1.27/net/ipv6/ |
D | ip6_flowlabel.c | 241 struct ip6_flowlabel *fl6_sock_lookup(struct sock *sk, __be32 label) in fl6_sock_lookup() function 261 EXPORT_SYMBOL_GPL(fl6_sock_lookup);
|
D | raw.c | 792 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg() 834 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
|
D | udp.c | 1208 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in udpv6_sendmsg() 1256 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in udpv6_sendmsg()
|
D | datagram.c | 73 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in __ip6_datagram_connect()
|
D | tcp_ipv6.c | 143 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in tcp_v6_connect()
|
/linux-4.1.27/include/net/ |
D | ipv6.h | 272 struct ip6_flowlabel *fl6_sock_lookup(struct sock *sk, __be32 label);
|
/linux-4.1.27/net/dccp/ |
D | ipv6.c | 825 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in dccp_v6_connect()
|