Searched refs:igmp (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/net/ipv4/ |
| D | Makefile | 14 udp_offload.o arp.o icmp.o devinet.o af_inet.o igmp.o \
|
| D | ipmr.c | 1050 struct igmphdr *igmp; in ipmr_cache_report() local 1094 igmp = skb_put(skb, sizeof(struct igmphdr)); in ipmr_cache_report() 1095 igmp->type = assert; in ipmr_cache_report() 1097 igmp->code = 0; in ipmr_cache_report()
|
| /Linux-v4.19/net/bridge/ |
| D | br_multicast.c | 164 if (BR_INPUT_SKB_CB(skb)->igmp) in br_mdb_get() 1817 BR_INPUT_SKB_CB(skb)->igmp = ih->type; in br_multicast_ipv4_rcv() 1839 br_multicast_count(br, port, skb, BR_INPUT_SKB_CB(skb)->igmp, in br_multicast_ipv4_rcv() 1868 BR_INPUT_SKB_CB(skb)->igmp = mld->mld_type; in br_multicast_ipv6_rcv() 1892 br_multicast_count(br, port, skb, BR_INPUT_SKB_CB(skb)->igmp, in br_multicast_ipv6_rcv() 1904 BR_INPUT_SKB_CB(skb)->igmp = 0; in br_multicast_rcv()
|
| D | br_private.h | 425 int igmp; member 733 return BR_INPUT_SKB_CB(skb)->igmp; in br_multicast_igmp_type()
|
| /Linux-v4.19/Documentation/filesystems/ |
| D | proc.txt | 1152 igmp IP multicast addresses, which this host joined
|