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()
130 frm_len = orig_ctx->data_end - orig_ctx->data_meta; in xdp_test_run_init_page()215 head->orig_ctx.data_end != head->ctx.data_end; in ctx_was_changed()225 head->ctx.data_end = head->orig_ctx.data_end; in reset_ctx()1266 xdp_md->data_end = xdp->data_end - xdp->data_meta; in xdp_convert_buff_to_md()1313 if (ctx->data_meta || ctx->data_end != size || in bpf_prog_test_run_xdp()1314 ctx->data > ctx->data_end || in bpf_prog_test_run_xdp()1398 size = xdp.data_end - xdp.data_meta + sinfo->xdp_frags_size; in bpf_prog_test_run_xdp()1477 ctx.data_end = (__u8 *)data + size; in bpf_prog_test_run_flow_dissector()
2722 msg->data_end = msg->data + bytes; in BPF_CALL_4()3864 data > xdp->data_end - ETH_HLEN)) in BPF_CALL_2()3893 if (likely(xdp->data_end - xdp->data >= off + len)) { in bpf_xdp_copy_buf()3904 ptr_len = xdp->data_end - xdp->data; in bpf_xdp_copy_buf()3934 u32 size = xdp->data_end - xdp->data; in bpf_xdp_pointer()4068 xdp->data_end -= offset; in bpf_xdp_frags_shrink_tail()4077 void *data_end = xdp->data_end + offset; in BPF_CALL_2() local4087 if (unlikely(data_end > data_hard_end)) in BPF_CALL_2()4090 if (unlikely(data_end < xdp->data + ETH_HLEN)) in BPF_CALL_2()4095 memset(xdp->data_end, 0, offset); in BPF_CALL_2()[all …]
567 totsize = xdp->data_end - xdp->data + metasize; in xdp_convert_zc_to_xdp_frame()
1031 .data_end = data + hlen, in __skb_flow_dissect()
4798 orig_data_end = xdp->data_end; in bpf_prog_run_generic_xdp()4820 off = xdp->data_end - orig_data_end; in bpf_prog_run_generic_xdp()4822 skb_set_tail_pointer(skb, xdp->data_end - xdp->data); in bpf_prog_run_generic_xdp()
178 len = xdp->data_end - xdp->data; in __xsk_rcv()260 len = xdp->data_end - xdp->data; in xsk_rcv()