Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Din.h33 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator
34 #define IPPROTO_IGMP IPPROTO_IGMP macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Din.h33 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator
34 #define IPPROTO_IGMP IPPROTO_IGMP macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Din.h33 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator
34 #define IPPROTO_IGMP IPPROTO_IGMP macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Din.h33 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator
34 #define IPPROTO_IGMP IPPROTO_IGMP macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Din.h46 IPPROTO_IGMP = 2, /* Internet Group Management Protocol. */ enumerator
47 #define IPPROTO_IGMP IPPROTO_IGMP macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Din.h46 IPPROTO_IGMP = 2, /* Internet Group Management Protocol. */ enumerator
47 #define IPPROTO_IGMP IPPROTO_IGMP macro
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debt_ip.c138 info->protocol != IPPROTO_IGMP) in ebt_ip_mt_check()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Digmp.c371 IPPROTO_IGMP, 0, dev->ifindex); in igmpv3_newpack()
398 pip->protocol = IPPROTO_IGMP; in igmpv3_newpack()
751 IPPROTO_IGMP, 0, dev->ifindex); in igmp_send_report()
779 iph->protocol = IPPROTO_IGMP; in igmp_send_report()
1618 if (ip_hdr(skb)->protocol != IPPROTO_IGMP) in ip_mc_check_igmp()
2722 if (im && proto == IPPROTO_IGMP) { in ip_check_mc_rcu()
H A Dipmr.c1364 inet_sk(sk)->inet_num != IPPROTO_IGMP) { in ip_mroute_setsockopt()
1551 inet_sk(sk)->inet_num != IPPROTO_IGMP) in ip_mroute_getsockopt()
2109 } else if (ip_hdr(skb)->protocol == IPPROTO_IGMP) { in ip_mr_input()
H A Daf_inet.c1979 if (inet_add_protocol(&igmp_protocol, IPPROTO_IGMP) < 0) in inet_init()
H A Droute.c1750 ip_hdr(skb)->protocol != IPPROTO_IGMP) in ip_mc_validate_source()
2636 fl4->flowi4_proto == IPPROTO_IGMP) { in ip_route_output_key_hash_rcu()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_csum.c403 case IPPROTO_IGMP: in tcf_csum_ipv4()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.c904 (proto != IPPROTO_IGMP)) in mvpp2_prs_ip4_proto()
1741 err = mvpp2_prs_ip4_proto(priv, IPPROTO_IGMP, in mvpp2_prs_ip4_init()
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c1667 case IPPROTO_IGMP: in __skb_get_poff()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_alb.c1409 if (iph->daddr == ip_bcast || iph->protocol == IPPROTO_IGMP) { in bond_xmit_alb_slave_get()
H A Dbond_main.c4323 if (iph->protocol == IPPROTO_IGMP) { in bond_xmit_roundrobin_slave_get()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_multicast.c754 iph->protocol = IPPROTO_IGMP; in br_ip4_multicast_alloc_query()
3010 if (ip_hdr(skb)->protocol != IPPROTO_IGMP || in br_ip4_multicast_mrd_rcv()