Searched refs:net_ipv4_igmp_v2_query (Results 1 – 3 of 3) sorted by relevance
118 struct net_ipv4_igmp_v2_query *igmp_v2_hdr) in send_igmp_report()186 struct net_ipv4_igmp_v2_query); in net_ipv4_igmp_input()187 struct net_ipv4_igmp_v2_query *igmp_hdr; in net_ipv4_igmp_input()197 igmp_hdr = (struct net_ipv4_igmp_v2_query *)net_pkt_get_data(pkt, in net_ipv4_igmp_input()
49 struct net_ipv4_igmp_v2_query { struct
99 static struct net_ipv4_igmp_v2_query *get_igmp_hdr(struct net_pkt *pkt) in get_igmp_hdr()106 return (struct net_ipv4_igmp_v2_query *)net_pkt_cursor_get_pos(pkt); in get_igmp_hdr()111 struct net_ipv4_igmp_v2_query *igmp; in tester_send()