Home
last modified time | relevance | path

Searched refs:mroute6_is_socket (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dmroute6.h101 bool mroute6_is_socket(struct net *net, struct sk_buff *skb);
125 static inline bool mroute6_is_socket(struct net *net, struct sk_buff *skb) in mroute6_is_socket() function
/openbmc/linux/net/ipv6/
H A Dip6mr.c1647 bool mroute6_is_socket(struct net *net, struct sk_buff *skb) in mroute6_is_socket() function
1661 EXPORT_SYMBOL(mroute6_is_socket);
H A Dip6_output.c88 ((mroute6_is_socket(net, skb) && in ip6_finish_output2()