Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Digmp.c272 #define IGMP_SIZE (sizeof(struct igmphdr)+sizeof(struct iphdr)+4) macro
763 skb = alloc_skb(IGMP_SIZE + hlen + tlen, GFP_ATOMIC); in igmp_send_report()