Searched refs:igmp (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/net/forwarding/ ! |
| H A D | bridge_vlan_mcast.sh | 240 vlmc_check_query igmp 2 $swp1 1 1 275 vlmc_check_query igmp 3 $swp1 1 1 351 vlmc_check_query igmp 2 $swp1 2 3 358 vlmc_check_query igmp 2 $swp1 3 4 422 vlmc_check_query igmp 2 $swp1 1 1 448 vlmc_check_query igmp 2 $swp1 3 5
|
| /linux/net/ipv4/ ! |
| H A D | Makefile | 14 udp_offload.o arp.o icmp.o devinet.o af_inet.o igmp.o \
|
| H A D | ipmr.c | 1041 struct igmphdr *igmp; in ipmr_cache_report() local 1097 igmp = skb_put(skb, sizeof(struct igmphdr)); in ipmr_cache_report() 1098 igmp->type = assert; in ipmr_cache_report() 1100 igmp->code = 0; in ipmr_cache_report()
|
| /linux/net/bridge/ ! |
| H A D | br_multicast.c | 159 if (BR_INPUT_SKB_CB(skb)->igmp) in br_mdb_entry_skb_get() 3901 BR_INPUT_SKB_CB(skb)->igmp = ih->type; in br_multicast_ipv4_rcv() 3921 br_multicast_count(brmctx->br, p, skb, BR_INPUT_SKB_CB(skb)->igmp, in br_multicast_ipv4_rcv() 3966 BR_INPUT_SKB_CB(skb)->igmp = mld->mld_type; in br_multicast_ipv6_rcv() 3988 br_multicast_count(brmctx->br, p, skb, BR_INPUT_SKB_CB(skb)->igmp, in br_multicast_ipv6_rcv() 4002 BR_INPUT_SKB_CB(skb)->igmp = 0; in br_multicast_rcv()
|
| H A D | br_private.h | 594 u8 igmp; member 1228 return BR_INPUT_SKB_CB(skb)->igmp; in br_multicast_igmp_type()
|
| /linux/Documentation/filesystems/ ! |
| H A D | proc.rst | 1396 igmp IP multicast addresses, which this host joined
|