Home
last modified time | relevance | path

Searched refs:ipv6_is_mld (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
Dip6_input.c420 !ipv6_is_mld(skb, nexthdr, skb_network_header_len(skb))) in ip6_protocol_deliver_rcu()
549 if (ipv6_is_mld(skb, nexthdr, offset)) in ip6_mc_input()
/kernel/linux/linux-5.10/include/net/
Daddrconf.h249 static inline bool ipv6_is_mld(struct sk_buff *skb, int nexthdr, int offset) in ipv6_is_mld() function