Searched defs:tcphdr (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/include/uapi/linux/ |
| H A D | tcp.h | 25 struct tcphdr { struct 26 __be16 source; 27 __be16 dest; 28 __be32 seq; 29 __be32 ack_seq; 31 __u16 res1:4, 32 doff:4, 33 fin:1, 34 syn:1, 35 rst:1, [all …]
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | gro.c | 418 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); recompute_packet() local [all...] |
| /linux/net/core/ |
| H A D | filter.c | 7559 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() 7632 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() 8002 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() 8028 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() 8060 struct tcphdr *, th) in BPF_CALL_2() 8080 struct tcphdr *, th) in BPF_CALL_2()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_lib.c | 1463 struct tcphdr *tcphdr; in wx_tx_csum() member
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 1426 struct tcphdr *tcphdr; in be_tx_timeout() local
|