Home
last modified time | relevance | path

Searched defs:tcphdr (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h25 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 …]
/openbmc/linux/include/uapi/linux/
H A Dtcp.h25 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 …]
/openbmc/qemu/hw/net/
H A Dnet_rx_pkt.c280 struct tcp_header *tcphdr = &pkt->l4hdr_info.hdr.tcp; in _net_rx_rss_prepare_tcp() local
/openbmc/linux/tools/testing/selftests/net/
H A Dgro.c378 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); in recompute_packet() local
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1349 struct tcphdr *tcphdr; in wx_tx_csum() member
/openbmc/linux/net/core/
H A Dfilter.c7325 BPF_CALL_5(bpf_tcp_check_syncookie,struct sock *,sk,void *,iph,u32,iph_len,struct tcphdr *,th,u32,th_len) BPF_CALL_5() argument
7401 BPF_CALL_5(bpf_tcp_gen_syncookie,struct sock *,sk,void *,iph,u32,iph_len,struct tcphdr *,th,u32,th_len) BPF_CALL_5() argument
7764 BPF_CALL_3(bpf_tcp_raw_gen_syncookie_ipv4,struct iphdr *,iph,struct tcphdr *,th,u32,th_len) BPF_CALL_3() argument
7790 BPF_CALL_3(bpf_tcp_raw_gen_syncookie_ipv6,struct ipv6hdr *,iph,struct tcphdr *,th,u32,th_len) BPF_CALL_3() argument
7822 BPF_CALL_2(bpf_tcp_raw_check_syncookie_ipv4,struct iphdr *,iph,struct tcphdr *,th) BPF_CALL_2() argument
7844 BPF_CALL_2(bpf_tcp_raw_check_syncookie_ipv6,struct ipv6hdr *,iph,struct tcphdr *,th) BPF_CALL_2() argument
[all...]
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1425 struct tcphdr *tcphdr; in be_tx_timeout() local