Home
last modified time | relevance | path

Searched defs:seq1 (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dbpf_cc_cubic.c27 #define after(seq2, seq1) before(seq1, seq2) argument
37 static bool before(__u32 seq1, __u32 seq2) in before()
Dbpf_cubic.c25 static bool before(__u32 seq1, __u32 seq2) in before()
29 #define after(seq2, seq1) before(seq1, seq2) argument
Dbpf_dctcp.c22 static bool before(__u32 seq1, __u32 seq2) in before()