Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_edt.c56 bpf_skb_ecn_set_ce(skb); in throttle_flow()
/openbmc/linux/samples/bpf/
H A Dhbm_edt_kern.c128 if (bpf_skb_ecn_set_ce(skb)) { in _hbm_out_cg()
H A Dhbm_out_kern.c145 if (bpf_skb_ecn_set_ce(skb)) { in _hbm_out_cg()
/openbmc/linux/net/core/
H A Dfilter.c7221 BPF_CALL_1(bpf_skb_ecn_set_ce, struct sk_buff *, skb) in BPF_CALL_1() argument
7286 .func = bpf_skb_ecn_set_ce,