Home
last modified time | relevance | path

Searched refs:TCP_FLAG_FIN (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_offload.c241 ~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH)); in tcp_gro_receive()
271 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH); in tcp_gro_receive()
277 TCP_FLAG_FIN)); in tcp_gro_receive()
H A Dtcp_input.c110 #define TCP_REMNANT (TCP_FLAG_FIN|TCP_FLAG_URG|TCP_FLAG_SYN|TCP_FLAG_PSH)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmtcp.h58 #define TCP_FLAG_FIN 0x01 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmtcp.h50 #define TCP_FLAG_FIN 0x01 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmtcp.h58 #define TCP_FLAG_FIN 0x01 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmtcp.h58 #define TCP_FLAG_FIN 0x01 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmtcp.h50 #define TCP_FLAG_FIN 0x01 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmtcp.h58 #define TCP_FLAG_FIN 0x01 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtcp.h80 TCP_FLAG_FIN = __constant_cpu_to_be32(0x00010000), enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtcp.h80 TCP_FLAG_FIN = __constant_cpu_to_be32(0x00010000), enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtcp.h80 TCP_FLAG_FIN = __constant_cpu_to_be32(0x00010000), enumerator
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_flow_table_offload.c130 mask->tcp.flags = cpu_to_be16(be32_to_cpu(TCP_FLAG_RST | TCP_FLAG_FIN) >> 16); in nf_flow_rule_match()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c8477 TCP_FLAG_FIN) >> 16); in i40e_open()
8479 TCP_FLAG_FIN | in i40e_open()