Home
last modified time | relevance | path

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

/Linux-v4.19/net/l2tp/
Dl2tp_ip6.c539 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
580 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
/Linux-v4.19/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.c829 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
871 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
Dudp.c1247 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in udpv6_sendmsg()
1299 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in udpv6_sendmsg()
Ddatagram.c80 flowlabel = fl6_sock_lookup(sk, np->flow_label); in ip6_datagram_dst_update()
Dtcp_ipv6.c164 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in tcp_v6_connect()
/Linux-v4.19/include/net/
Dipv6.h346 struct ip6_flowlabel *fl6_sock_lookup(struct sock *sk, __be32 label);
/Linux-v4.19/net/dccp/
Dipv6.c833 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in dccp_v6_connect()
/Linux-v4.19/net/sctp/
Dipv6.c268 flowlabel = fl6_sock_lookup(sk, fl6->flowlabel); in sctp_v6_get_dst()