Searched refs:data_end (Results 1 – 7 of 7) sorted by relevance
73 static int parse_dcc(char *data, const char *data_end, __be32 *ip, in parse_dcc() argument80 if (data > data_end - 12) in parse_dcc()85 for (tmp = data; tmp <= data_end; tmp++) in parse_dcc()88 if (tmp > data_end || *tmp != '\n') in parse_dcc()96 if (data >= data_end) in parse_dcc()
142 frm_len = orig_ctx->data_end - orig_ctx->data_meta; in xdp_test_run_init_page()237 head->orig_ctx.data_end != head->ctx.data_end; in ctx_was_changed()247 head->ctx.data_end = head->orig_ctx.data_end; in reset_ctx()1199 xdp_md->data_end = xdp->data_end - xdp->data_meta; in xdp_convert_buff_to_md()1249 if (ctx->data_meta || ctx->data_end != size || in bpf_prog_test_run_xdp()1250 ctx->data > ctx->data_end || in bpf_prog_test_run_xdp()1333 size = xdp.data_end - xdp.data_meta + sinfo->xdp_frags_size; in bpf_prog_test_run_xdp()1412 ctx.data_end = (__u8 *)data + size; in bpf_prog_test_run_flow_dissector()
2759 msg->data_end = msg->data + bytes; in BPF_CALL_4()3970 data > xdp->data_end - ETH_HLEN)) in BPF_CALL_2()4010 ptr_len = xdp->data_end - xdp->data; in bpf_xdp_copy_buf()4039 u32 size = xdp->data_end - xdp->data; in bpf_xdp_pointer()4165 zc_frag->data_end -= shrink; in bpf_xdp_shrink_data_zc()4213 xdp->data_end -= offset; in bpf_xdp_frags_shrink_tail()4222 void *data_end = xdp->data_end + offset; in BPF_CALL_2() local4232 if (unlikely(data_end > data_hard_end)) in BPF_CALL_2()4240 memset(xdp->data_end, 0, offset); in BPF_CALL_2()4242 xdp->data_end = data_end; in BPF_CALL_2()[all …]
586 totsize = xdp->data_end - xdp->data + metasize; in xdp_convert_zc_to_xdp_frame()651 __skb_put(skb, xdp->data_end - xdp->data); in xdp_build_skb_from_buff()742 u32 len = xdp->data_end - xdp->data_meta; in xdp_build_skb_from_zc()
1145 .data_end = data + hlen, in __skb_flow_dissect()
5253 orig_data_end = xdp->data_end; in bpf_prog_run_generic_xdp()5275 off = xdp->data_end - orig_data_end; in bpf_prog_run_generic_xdp()5277 skb_set_tail_pointer(skb, xdp->data_end - xdp->data); in bpf_prog_run_generic_xdp()
178 len = pos->xdp.data_end - pos->xdp.data; in xsk_rcv_zc()236 from_len = xdp->data_end - copy_from; in __xsk_rcv()369 len = xdp->data_end - xdp->data; in xsk_rcv()
Completed in 60 milliseconds