Searched refs:igmp (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/net/ipv4/ |
| D | Makefile | 14 udp_offload.o arp.o icmp.o devinet.o af_inet.o igmp.o \
|
| D | ipmr.c | 1015 struct igmphdr *igmp; in ipmr_cache_report() local 1063 igmp = skb_put(skb, sizeof(struct igmphdr)); in ipmr_cache_report() 1064 igmp->type = assert; in ipmr_cache_report() 1066 igmp->code = 0; in ipmr_cache_report()
|
| /Linux-v5.10/net/bridge/ |
| D | br_private.h | 493 u8 igmp; member 923 return BR_INPUT_SKB_CB(skb)->igmp; in br_multicast_igmp_type()
|
| D | br_multicast.c | 147 if (BR_INPUT_SKB_CB(skb)->igmp) in br_mdb_get() 3046 BR_INPUT_SKB_CB(skb)->igmp = ih->type; in br_multicast_ipv4_rcv() 3066 br_multicast_count(br, port, skb, BR_INPUT_SKB_CB(skb)->igmp, in br_multicast_ipv4_rcv() 3125 BR_INPUT_SKB_CB(skb)->igmp = mld->mld_type; in br_multicast_ipv6_rcv() 3146 br_multicast_count(br, port, skb, BR_INPUT_SKB_CB(skb)->igmp, in br_multicast_ipv6_rcv() 3158 BR_INPUT_SKB_CB(skb)->igmp = 0; in br_multicast_rcv()
|
| /Linux-v5.10/Documentation/filesystems/ |
| D | proc.rst | 1291 igmp IP multicast addresses, which this host joined
|