Home
last modified time | relevance | path

Searched defs:tcp (Results 1 – 25 of 55) sorted by relevance

123

/Linux-v4.19/samples/bpf/
Dparse_varlen.c22 static int tcp(void *data, uint64_t tp_off, void *data_end) in tcp() function
24 struct tcphdr *tcp = data + tp_off; in tcp() local
/Linux-v4.19/net/netfilter/
Dnfnetlink_osf.c171 const struct tcphdr *tcp; in nf_osf_hdr_ctx_init() local
208 const struct tcphdr *tcp; in nf_osf_match() local
267 const struct tcphdr *tcp; in nf_osf_find() local
Dnft_osf.c21 const struct tcphdr *tcp; in nft_osf_eval() local
Dnf_flow_table_core.c103 static void flow_offload_fixup_tcp(struct ip_ct_tcp *tcp) in flow_offload_fixup_tcp()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_pkt_access.c29 struct tcphdr *tcp = NULL; in process() local
Dtest_tunnel_kern.c531 struct tcphdr *tcp = data + sizeof(*iph); in _ipip_set_tunnel() local
588 struct tcphdr *tcp = data + sizeof(*iph); in _ipip6_set_tunnel() local
637 struct tcphdr *tcp = data + sizeof(*iph); in _ip6ip6_set_tunnel() local
/Linux-v4.19/include/uapi/linux/netfilter/
Dxt_ecn.h32 } tcp; member
Dnf_conntrack_tuple_common.h26 } tcp; member
Dnfnetlink_osf.h72 struct tcphdr tcp; member
/Linux-v4.19/include/uapi/linux/netfilter_ipv4/
Dipt_ECN.h30 } tcp; member
/Linux-v4.19/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_cm.c53 struct tcphdr *tcp = (struct tcphdr *) in cxgb_get_4tuple() local
/Linux-v4.19/net/openvswitch/
Dflow.c652 struct tcphdr *tcp = tcp_hdr(skb); in key_extract() local
766 struct tcphdr *tcp = tcp_hdr(skb); in key_extract() local
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c189 struct flow_dissector_key_tcp *tcp; in nfp_flower_compile_ip_ext() local
Doffload.c360 struct flow_dissector_key_tcp *tcp; in nfp_flower_calculate_key_layers() local
/Linux-v4.19/drivers/net/ethernet/neterion/
Ds2io.c7384 u8 *tcp; in rx_osm_handler() local
8174 struct tcphdr **tcp, struct RxD_t *rxdp, in check_L2_lro_capable()
8211 struct tcphdr *tcp) in check_for_socket_match()
8222 static inline int get_l4_pyld_length(struct iphdr *ip, struct tcphdr *tcp) in get_l4_pyld_length()
8228 struct iphdr *ip, struct tcphdr *tcp, in initiate_new_session()
8258 struct tcphdr *tcp = lro->tcph; in update_L3L4_header() local
8285 struct tcphdr *tcp, u32 l4_pyld) in aggregate_new_rx()
8307 struct tcphdr *tcp, u32 tcp_pyld_len) in verify_l3_l4_lro_capable()
8365 u8 **tcp, u32 *tcp_len, struct lro **lro, in s2io_club_tcp_session()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_tuple.h49 } tcp; member
Dnf_conntrack.h35 struct ip_ct_tcp tcp; member
/Linux-v4.19/include/net/9p/
Dclient.h169 } tcp; member
/Linux-v4.19/drivers/scsi/fnic/
Dcq_enet_desc.h99 u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, in cq_enet_rq_desc_dec()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.c1337 struct tcphdr *tcp; in ice_tx_csum() member
1482 struct tcphdr *tcp; in ice_tso() member
/Linux-v4.19/drivers/net/ethernet/cisco/enic/
Dcq_enet_desc.h110 u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, in cq_enet_rq_desc_dec()
/Linux-v4.19/include/net/netns/
Dconntrack.h75 struct nf_tcp_net tcp; member
/Linux-v4.19/drivers/net/vmxnet3/
Dvmxnet3_defs.h271 u32 tcp:1; /* TCP packet */ member
279 u32 tcp:1; /* TCP packet */ member
304 u32 tcp:1; /* TCP packet */ member
312 u32 tcp:1; /* TCP packet */ member
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c1846 struct tcphdr *tcp; in i40e_tso() member
1955 struct tcphdr *tcp; in i40e_tx_enable_csum() member
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c259 struct tcphdr *tcp; in i40e_add_del_fdir_tcpv4() local
2892 struct tcphdr *tcp; in i40e_tso() member
3045 struct tcphdr *tcp; in i40e_tx_enable_csum() member

123