Searched refs:IPPROTO_IGMP (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/uapi/linux/
H A Din.h34 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator in enum:__anon4481
35 #define IPPROTO_IGMP IPPROTO_IGMP macro
/linux-master/tools/include/uapi/linux/
H A Din.h34 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator in enum:__anon5346
35 #define IPPROTO_IGMP IPPROTO_IGMP macro
/linux-master/net/bridge/netfilter/
H A Debt_ip.c138 info->protocol != IPPROTO_IGMP)
/linux-master/net/sched/
H A Dact_csum.c403 case IPPROTO_IGMP:
/linux-master/net/ipv4/
H A Digmp.c374 IPPROTO_IGMP, 0, dev->ifindex);
401 pip->protocol = IPPROTO_IGMP;
754 IPPROTO_IGMP, 0, dev->ifindex);
782 iph->protocol = IPPROTO_IGMP;
1628 if (ip_hdr(skb)->protocol != IPPROTO_IGMP)
2741 if (im && proto == IPPROTO_IGMP) {
H A Dipmr.c1371 inet_sk(sk)->inet_num != IPPROTO_IGMP) {
1581 inet_sk(sk)->inet_num != IPPROTO_IGMP)
2139 } else if (ip_hdr(skb)->protocol == IPPROTO_IGMP) {
H A Daf_inet.c2001 if (inet_add_protocol(&igmp_protocol, IPPROTO_IGMP) < 0)
H A Droute.c1708 ip_hdr(skb)->protocol != IPPROTO_IGMP)
2728 fl4->flowi4_proto == IPPROTO_IGMP) {
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.c901 (proto != IPPROTO_IGMP))
1723 err = mvpp2_prs_ip4_proto(priv, IPPROTO_IGMP,
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c538 ip_hdr(skb)->protocol == IPPROTO_IGMP)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c902 MLX5_SET(fte_match_param, rule_spec->match_value, outer_headers.ip_protocol, IPPROTO_IGMP);
/linux-master/net/core/
H A Dflow_dissector.c1908 case IPPROTO_IGMP:
/linux-master/drivers/net/bonding/
H A Dbond_alb.c1444 if (iph->daddr == ip_bcast || iph->protocol == IPPROTO_IGMP) {
H A Dbond_main.c4896 if (iph->protocol == IPPROTO_IGMP) {
4937 if (iph->protocol == IPPROTO_IGMP) {
/linux-master/net/bridge/
H A Dbr_multicast.c997 iph->protocol = IPPROTO_IGMP;
3800 if (ip_hdr(skb)->protocol != IPPROTO_IGMP ||
/linux-master/drivers/net/
H A Damt.c547 iph->protocol = IPPROTO_IGMP;

Completed in 350 milliseconds