Home
last modified time | relevance | path

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

/linux-4.4.14/net/l2tp/
Dl2tp_ip6.c532 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
573 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
/linux-4.4.14/net/ipv6/
Dip6_flowlabel.c241 struct ip6_flowlabel *fl6_sock_lookup(struct sock *sk, __be32 label) in fl6_sock_lookup() function
261 EXPORT_SYMBOL_GPL(fl6_sock_lookup);
Draw.c794 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
836 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
Dudp.c1209 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in udpv6_sendmsg()
1257 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in udpv6_sendmsg()
Ddatagram.c73 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in __ip6_datagram_connect()
Dtcp_ipv6.c141 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in tcp_v6_connect()
/linux-4.4.14/include/net/
Dipv6.h274 struct ip6_flowlabel *fl6_sock_lookup(struct sock *sk, __be32 label);
/linux-4.4.14/net/dccp/
Dipv6.c789 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in dccp_v6_connect()