Searched refs:net_ipv4_igmp_v2_query (Results 1 – 3 of 3) sorted by relevance
264 struct net_ipv4_igmp_v2_query *igmp_v2_hdr) in send_igmp_report()417 NET_PKT_DATA_ACCESS_CONTIGUOUS_DEFINE(igmpv2_access, struct net_ipv4_igmp_v2_query);419 struct net_ipv4_igmp_v2_query *igmpv2_hdr;457 igmpv2_hdr = (struct net_ipv4_igmp_v2_query *)net_pkt_get_data(pkt, &igmpv2_access);
52 struct net_ipv4_igmp_v2_query { struct
125 static struct net_ipv4_igmp_v2_query *get_igmp_hdr(struct net_pkt *pkt) in get_igmp_hdr()136 return (struct net_ipv4_igmp_v2_query *)net_pkt_cursor_get_pos(pkt); in get_igmp_hdr()158 struct net_ipv4_igmp_v2_query *igmp_header; in tester_send()