Searched refs:ipv6_mc_may_pull (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | mcast_snoop.c | 70 return ipv6_mc_may_pull(skb, len) ? 0 : -EINVAL; in ipv6_mc_check_mld_reportv2() 90 if (!ipv6_mc_may_pull(skb, len)) in ipv6_mc_check_mld_query() 111 if (!ipv6_mc_may_pull(skb, len)) in ipv6_mc_check_mld_msg() 140 if (!ipv6_mc_may_pull(skb, len)) in ipv6_mc_check_icmpv6()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | mcast_snoop.c | 70 return ipv6_mc_may_pull(skb, len) ? 0 : -EINVAL; in ipv6_mc_check_mld_reportv2() 90 if (!ipv6_mc_may_pull(skb, len)) in ipv6_mc_check_mld_query() 111 if (!ipv6_mc_may_pull(skb, len)) in ipv6_mc_check_mld_msg() 140 if (!ipv6_mc_may_pull(skb, len)) in ipv6_mc_check_icmpv6()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | addrconf.h | 219 static inline bool ipv6_mc_may_pull(struct sk_buff *skb, in ipv6_mc_may_pull() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | addrconf.h | 219 static inline bool ipv6_mc_may_pull(struct sk_buff *skb, in ipv6_mc_may_pull() function
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_multicast.c | 2371 if (!ipv6_mc_may_pull(skb, sizeof(*icmp6h))) in br_ip6_multicast_mld2_report() 2396 if (!ipv6_mc_may_pull(skb, len + grec_len)) in br_ip6_multicast_mld2_report()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | amt.c | 2169 if (!ipv6_mc_may_pull(skb, len)) in amt_mldv2_report_handler() 2176 if (!ipv6_mc_may_pull(skb, len)) in amt_mldv2_report_handler()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_multicast.c | 2922 if (!ipv6_mc_may_pull(skb, sizeof(*mld2r))) in br_ip6_multicast_mld2_report() 2947 if (!ipv6_mc_may_pull(skb, len + grec_len)) in br_ip6_multicast_mld2_report()
|
Completed in 17 milliseconds