Home
last modified time | relevance | path

Searched refs:bpf_skb_ecn_set_ce (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_tc_edt.c56 bpf_skb_ecn_set_ce(skb); in throttle_flow()
/Linux-v5.4/samples/bpf/
Dhbm_edt_kern.c128 if (bpf_skb_ecn_set_ce(skb)) { in _hbm_out_cg()
Dhbm_out_kern.c145 if (bpf_skb_ecn_set_ce(skb)) { in _hbm_out_cg()
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h203 static int (*bpf_skb_ecn_set_ce)(void *ctx) = variable
/Linux-v5.4/net/core/
Dfilter.c5726 BPF_CALL_1(bpf_skb_ecn_set_ce, struct sk_buff *, skb) in BPF_CALL_1() argument
5787 .func = bpf_skb_ecn_set_ce,