Searched refs:net_ipv4_igmp_v3_report (Results 1 – 3 of 3) sorted by relevance
95 NET_PKT_DATA_ACCESS_DEFINE(igmp_access, struct net_ipv4_igmp_v3_report); in igmp_v3_create()97 struct net_ipv4_igmp_v3_report *igmp; in igmp_v3_create()102 igmp = (struct net_ipv4_igmp_v3_report *)net_pkt_get_data(pkt, &igmp_access); in igmp_v3_create()177 net_pkt_skip(pkt, offsetof(struct net_ipv4_igmp_v3_report, chksum)); in igmp_v3_create()379 IPV4_OPT_HDR_ROUTER_ALERT_LEN + sizeof(struct net_ipv4_igmp_v3_report) + in send_igmp_v3_report()556 sizeof(struct net_ipv4_igmp_v3_report) +
106 struct net_ipv4_igmp_v3_report { struct
123 static struct net_ipv4_igmp_v3_report *get_igmp_hdr(struct net_pkt *pkt) in get_igmp_hdr()134 return (struct net_ipv4_igmp_v3_report *)net_pkt_cursor_get_pos(pkt); in get_igmp_hdr()146 net_pkt_skip(pkt, sizeof(struct net_ipv4_igmp_v3_report)); in get_igmp_group_record()155 struct net_ipv4_igmp_v3_report *igmp_header; in tester_send()