Lines Matching refs:l3l4_hdr
167 const struct i2400m_l3l4_hdr *l3l4_hdr; member
201 i2400m_report_hook(i2400m, args->l3l4_hdr, args->size); in i2400m_report_hook_work()
244 const void *l3l4_hdr, size_t size) in i2400m_report_hook_queue() argument
253 args->l3l4_hdr = l3l4_hdr; in i2400m_report_hook_queue()
363 const struct i2400m_l3l4_hdr *l3l4_hdr = payload; in i2400m_rx_ctl() local
366 result = i2400m_msg_size_check(i2400m, l3l4_hdr, size); in i2400m_rx_ctl()
372 msg_type = le16_to_cpu(l3l4_hdr->type); in i2400m_rx_ctl()
376 d_dump(2, dev, l3l4_hdr, size); in i2400m_rx_ctl()
400 i2400m_report_hook_queue(i2400m, skb_rx, l3l4_hdr, size); in i2400m_rx_ctl()
403 l3l4_hdr, size, GFP_KERNEL); in i2400m_rx_ctl()
404 result = wimax_msg(&i2400m->wimax_dev, NULL, l3l4_hdr, size, in i2400m_rx_ctl()
440 const struct i2400m_l3l4_hdr *l3l4_hdr = payload; in i2400m_rx_trace() local
443 result = i2400m_msg_size_check(i2400m, l3l4_hdr, size); in i2400m_rx_trace()
449 msg_type = le16_to_cpu(l3l4_hdr->type); in i2400m_rx_trace()
453 d_dump(2, dev, l3l4_hdr, size); in i2400m_rx_trace()
454 result = wimax_msg(wimax_dev, "trace", l3l4_hdr, size, GFP_KERNEL); in i2400m_rx_trace()