Searched refs:ipv6_is_mld (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_input.c | 420 !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-6.6/net/ipv6/ |
H A D | ip6_input.c | 425 !ipv6_is_mld(skb, nexthdr, skb_network_header_len(skb))) { in ip6_protocol_deliver_rcu() 564 if (ipv6_is_mld(skb, nexthdr, offset)) in ip6_mc_input()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | addrconf.h | 257 static inline bool ipv6_is_mld(struct sk_buff *skb, int nexthdr, int offset) in ipv6_is_mld() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | addrconf.h | 257 static inline bool ipv6_is_mld(struct sk_buff *skb, int nexthdr, int offset) in ipv6_is_mld() function
|
Completed in 5 milliseconds