Home
last modified time | relevance | path

Searched refs:ip6_make_flowlabel (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/
H A Dipv6.h959 static inline __be32 ip6_make_flowlabel(struct net *net, struct sk_buff *skb, in ip6_make_flowlabel() function
1005 static inline __be32 ip6_make_flowlabel(struct net *net, struct sk_buff *skb, in ip6_make_flowlabel() function
/openbmc/linux/net/ipv6/
H A Dip6_output.c332 ip6_flow_hdr(hdr, tclass, ip6_make_flowlabel(net, skb, fl6->flowlabel, in ip6_xmit()
1997 ip6_make_flowlabel(net, skb, fl6->flowlabel, in __ip6_make_skb()
H A Dip6_tunnel.c1274 ip6_make_flowlabel(net, skb, fl6->flowlabel, true, fl6)); in ip6_tnl_xmit()
H A Dip6_gre.c1388 ip6_flow_hdr(ipv6h, 0, ip6_make_flowlabel(dev_net(dev), skb, in ip6gre_header()
/openbmc/linux/net/sctp/
H A Dipv6.c264 label = ip6_make_flowlabel(sock_net(sk), skb, fl6->flowlabel, true, fl6); in sctp_v6_xmit()