bpf_skb_store_bytes 1664 net/core/filter.c BPF_CALL_5(bpf_skb_store_bytes, struct sk_buff *, skb, u32, offset,
bpf_skb_store_bytes 1691 net/core/filter.c 	.func		= bpf_skb_store_bytes,
bpf_skb_store_bytes 5936 net/core/filter.c 	    func == bpf_skb_store_bytes ||
bpf_skb_store_bytes   17 samples/bpf/tcbpf1_kern.c 	bpf_skb_store_bytes(skb, 0, mac, ETH_ALEN, 1);
bpf_skb_store_bytes   28 samples/bpf/tcbpf1_kern.c 	bpf_skb_store_bytes(skb, TOS_OFF, &new_tos, sizeof(new_tos), 0);
bpf_skb_store_bytes   42 samples/bpf/tcbpf1_kern.c 	bpf_skb_store_bytes(skb, IP_SRC_OFF, &new_ip, sizeof(new_ip), 0);
bpf_skb_store_bytes   51 samples/bpf/tcbpf1_kern.c 	bpf_skb_store_bytes(skb, TCP_DPORT_OFF, &new_port, sizeof(new_port), 0);
bpf_skb_store_bytes  135 samples/bpf/test_lwt_bpf.c 		ret = bpf_skb_store_bytes(skb, IP_DST_OFF, &new_ip, sizeof(new_ip), 0);
bpf_skb_store_bytes  137 samples/bpf/test_lwt_bpf.c 		ret = bpf_skb_store_bytes(skb, IP_SRC_OFF, &new_ip, sizeof(new_ip), 0);
bpf_skb_store_bytes  183 samples/bpf/test_lwt_bpf.c 	ret = bpf_skb_store_bytes(skb, 0, &ehdr, sizeof(ehdr), 0);
bpf_skb_store_bytes  214 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 0, &f, sizeof(f), 0);
bpf_skb_store_bytes  215 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 8, &f, sizeof(f), 0);
bpf_skb_store_bytes  216 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 16, &f, sizeof(f), 0);
bpf_skb_store_bytes  217 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 24, &f, sizeof(f), 0);
bpf_skb_store_bytes  218 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 32, &f, sizeof(f), 0);
bpf_skb_store_bytes  219 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 40, &f, sizeof(f), 0);
bpf_skb_store_bytes  220 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 48, &f, sizeof(f), 0);
bpf_skb_store_bytes  221 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 56, &f, sizeof(f), 0);
bpf_skb_store_bytes  222 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 64, &f, sizeof(f), 0);
bpf_skb_store_bytes  223 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 72, &f, sizeof(f), 0);
bpf_skb_store_bytes  224 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 80, &f, sizeof(f), 0);
bpf_skb_store_bytes  225 samples/bpf/test_lwt_bpf.c 	bpf_skb_store_bytes(skb, 88, &f, sizeof(f), 0);
bpf_skb_store_bytes  280 tools/testing/selftests/bpf/bpf_helpers.h static int (*bpf_skb_store_bytes)(void *ctx, int off, void *from, int len, int flags) =
bpf_skb_store_bytes  199 tools/testing/selftests/bpf/progs/test_tc_tunnel.c 	if (bpf_skb_store_bytes(skb, ETH_HLEN, &h_outer, olen,
bpf_skb_store_bytes  210 tools/testing/selftests/bpf/progs/test_tc_tunnel.c 		if (bpf_skb_store_bytes(skb, 0, &eth, sizeof(eth), 0) < 0)
bpf_skb_store_bytes  305 tools/testing/selftests/bpf/progs/test_tc_tunnel.c 	if (bpf_skb_store_bytes(skb, ETH_HLEN, &h_outer, olen,