Home
last modified time | relevance | path

Searched defs:seq2 (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c27 #define after(seq2, seq1) before(seq1, seq2) argument
37 static bool before(__u32 seq1, __u32 seq2) in before()
H A Dbpf_cubic.c25 static bool before(__u32 seq1, __u32 seq2) in before()
29 #define after(seq2, seq1) before(seq1, seq2) argument
H A Dbpf_dctcp.c22 static bool before(__u32 seq1, __u32 seq2) in before()
/linux/drivers/video/
H A Dvgastate.c52 u8 misc, attr10, gr4, gr5, gr6, seq1, seq2, seq4; in save_vga_text() local
143 u8 seq1, seq2, seq4; in restore_vga_text() local
/linux/net/dccp/
H A Ddccp.h
/linux/net/smc/
H A Dsmc_cdc.c283 static inline bool smc_cdc_before(u16 seq1, u16 seq2) in smc_cdc_before()
/linux/net/rxrpc/
H A Dar-internal.h1517 static inline bool before(u32 seq1, u32 seq2) in before()
1521 static inline bool before_eq(u32 seq1, u32 seq2) in before_eq()
1525 static inline bool after(u32 seq1, u32 seq2) in after()
1529 static inline bool after_eq(u32 seq1, u32 seq2) in after_eq()
1534 static inline u32 earliest(u32 seq1, u32 seq2) in earliest()
1539 static inline u32 latest(u32 seq1, u32 seq2) in latest()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c313 uint8_t misc, gr4, gr5, gr6, seq2, seq4; in nouveau_hw_save_vga_fonts() local
/linux/include/net/
H A Dtcp.h290 static inline bool before(__u32 seq1, __u32 seq2) in before() argument
294 #define after(seq2, seq1) before(seq1, seq2) argument
297 static inline bool between(__u32 seq1, __u32 seq2, __u32 seq3) in between() argument
1334 tcp_skb_sent_after(u64 t1,u64 t2,u32 seq1,u32 seq2) tcp_skb_sent_after() argument
/linux/net/mptcp/
H A Dprotocol.h139 static inline bool before64(__u64 seq1, __u64 seq2) in before64() argument
144 #define after64(seq2, seq1) before64(seq1, seq2) argument
/linux/net/mctp/test/
H A Droute-test.c175 u8 tag_mask, seq2; in mctp_test_fragment() local
/linux/include/net/bluetooth/
H A Dl2cap.h871 static inline int __seq_offset(struct l2cap_chan *chan, __u16 seq1, __u16 seq2) in __seq_offset()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dpci.h1392 __le16 seq2; member