Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtcp.h49 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtcp.h44 #define tcp_flag_word(tp) (((union tcp_word_hdr *) (tp))->words[3]) macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dtcp.h70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro