Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Digmp.c267 #define IGMP_SIZE (sizeof(struct igmphdr)+sizeof(struct iphdr)+4) macro
758 skb = alloc_skb(IGMP_SIZE + hlen + tlen, GFP_ATOMIC); in igmp_send_report()