Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Din.h34 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator
35 #define IPPROTO_IGMP IPPROTO_IGMP macro
/Linux-v6.6/include/uapi/linux/
Din.h34 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator
35 #define IPPROTO_IGMP IPPROTO_IGMP macro
/Linux-v6.6/net/bridge/netfilter/
Debt_ip.c138 info->protocol != IPPROTO_IGMP) in ebt_ip_mt_check()
/Linux-v6.6/net/ipv4/
Digmp.c372 IPPROTO_IGMP, 0, dev->ifindex); in igmpv3_newpack()
399 pip->protocol = IPPROTO_IGMP; in igmpv3_newpack()
752 IPPROTO_IGMP, 0, dev->ifindex); in igmp_send_report()
780 iph->protocol = IPPROTO_IGMP; in igmp_send_report()
1626 if (ip_hdr(skb)->protocol != IPPROTO_IGMP) in ip_mc_check_igmp()
2739 if (im && proto == IPPROTO_IGMP) { in ip_check_mc_rcu()
Dipmr.c1372 inet_sk(sk)->inet_num != IPPROTO_IGMP) { in ip_mroute_setsockopt()
1582 inet_sk(sk)->inet_num != IPPROTO_IGMP) in ip_mroute_getsockopt()
2138 } else if (ip_hdr(skb)->protocol == IPPROTO_IGMP) { in ip_mr_input()
Daf_inet.c1995 if (inet_add_protocol(&igmp_protocol, IPPROTO_IGMP) < 0) in inet_init()
Droute.c1710 ip_hdr(skb)->protocol != IPPROTO_IGMP) in ip_mc_validate_source()
2727 fl4->flowi4_proto == IPPROTO_IGMP) { in ip_route_output_key_hash_rcu()
/Linux-v6.6/net/sched/
Dact_csum.c403 case IPPROTO_IGMP: in tcf_csum_ipv4()
/Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_prs.c901 (proto != IPPROTO_IGMP)) in mvpp2_prs_ip4_proto()
1723 err = mvpp2_prs_ip4_proto(priv, IPPROTO_IGMP, in mvpp2_prs_ip4_init()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dbridge_mcast.c906 MLX5_SET(fte_match_param, rule_spec->match_value, outer_headers.ip_protocol, IPPROTO_IGMP); in mlx5_esw_bridge_ingress_igmp_fh_create()
/Linux-v6.6/drivers/net/ethernet/microchip/lan966x/
Dlan966x_main.c538 ip_hdr(skb)->protocol == IPPROTO_IGMP) in lan966x_hw_offload()
/Linux-v6.6/drivers/net/bonding/
Dbond_alb.c1443 if (iph->daddr == ip_bcast || iph->protocol == IPPROTO_IGMP) { in bond_xmit_alb_slave_get()
Dbond_main.c4886 if (iph->protocol == IPPROTO_IGMP) { in bond_xmit_roundrobin_slave_get()
4927 if (iph->protocol == IPPROTO_IGMP) { in bond_xdp_xmit_roundrobin_slave_get()
/Linux-v6.6/net/core/
Dflow_dissector.c1908 case IPPROTO_IGMP: in __skb_get_poff()
/Linux-v6.6/net/bridge/
Dbr_multicast.c996 iph->protocol = IPPROTO_IGMP; in br_ip4_multicast_alloc_query()
3795 if (ip_hdr(skb)->protocol != IPPROTO_IGMP || in br_ip4_multicast_mrd_rcv()
/Linux-v6.6/drivers/net/
Damt.c547 iph->protocol = IPPROTO_IGMP; in amt_build_igmp_gq()