/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector.c | 21 struct tcphdr tcp; member 28 struct tcphdr tcp; member 36 struct tcphdr tcp; member 42 struct tcphdr tcp; member 54 struct tcphdr tcp; member 64 struct tcphdr tcp; member 77 struct tcphdr tcp; member
|
H A D | sockmap_basic.c | 767 int stream[2], dgram, udp, tcp; in test_sockmap_many_socket() local 835 int stream[2], dgram, udp, tcp; in test_sockmap_many_maps() local 907 int stream[2], dgram, udp, tcp; in test_sockmap_same_sock() local
|
/linux/net/netfilter/ |
H A D | nft_synproxy.c | 24 const struct tcphdr *tcp, in nft_synproxy_tcp_options() 47 const struct tcphdr *tcp, in nft_synproxy_eval_v4() 78 const struct tcphdr *tcp, in nft_synproxy_eval_v6() 113 const struct tcphdr *tcp; in nft_synproxy_do_eval() local
|
H A D | nfnetlink_osf.c | 171 const struct tcphdr *tcp; in nf_osf_hdr_ctx_init() local 209 const struct tcphdr *tcp; in nf_osf_match() local 270 const struct tcphdr *tcp; in nf_osf_find() local
|
H A D | nft_osf.c | 27 const struct tcphdr *tcp; in nft_osf_eval() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_pkt_access.c | 89 struct tcphdr *tcp = NULL; in test_pkt_write_access_subprog() local 108 struct tcphdr *tcp = NULL; in test_pkt_access() local
|
H A D | test_sk_assign.c | 55 get_tuple(struct __sk_buff *skb, bool *ipv4, bool *tcp) in get_tuple() 176 bool tcp = false; in bpf_sk_assign_test() local
|
H A D | xdpwall.c | 173 static __always_inline bool tcphdr_only_contains_flag(struct tcphdr *tcp, in tcphdr_only_contains_flag() 181 struct tcphdr *tcp) { in set_tcp_flags() 193 struct tcphdr *tcp = transport_hdr; in parse_tcp() local
|
H A D | skb_pkt_end.c | 34 struct tcphdr *tcp; in main_prog() local
|
H A D | test_migrate_reuseport.c | 50 struct tcphdr *tcp = NULL; in drop_ack() local
|
H A D | test_tc_edt.c | 65 static inline int handle_tcp(struct __sk_buff *skb, struct tcphdr *tcp) in handle_tcp()
|
H A D | test_assign_reuse.c | 20 struct tcphdr tcp; member
|
H A D | fexit_bpf2bpf.c | 162 struct tcphdr *tcp; in new_test_pkt_write_access_subprog() local
|
H A D | bpf_iter_tcp4.c | 69 static bool tcp_in_initial_slowstart(const struct tcp_sock *tcp) in tcp_in_initial_slowstart()
|
/linux/samples/bpf/ |
H A D | parse_varlen.c | 22 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/tools/testing/selftests/bpf/ |
H A D | network_helpers.h | 48 struct tcphdr tcp; member 56 struct tcphdr tcp; member
|
/linux/include/uapi/linux/netfilter/ |
H A D | xt_ecn.h | 32 } tcp; member
|
H A D | nf_conntrack_tuple_common.h | 26 } tcp; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | pedit.h | 14 struct tcphdr tcp; member
|
/linux/include/uapi/linux/netfilter_ipv4/ |
H A D | ipt_ECN.h | 30 } tcp; member
|
/linux/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_cm.c | 54 struct tcphdr *tcp = (struct tcphdr *) in cxgb_get_4tuple() local
|
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_rq.c | 180 u8 *tcp, u8 *ipv4_csum_ok, u8 *ipv6, u8 *ipv4, in cq_enet_rq_desc_dec() 327 u8 tcp_udp_csum_ok, udp, tcp, ipv4_csum_ok; in enic_rq_indicate_buf() local
|
/linux/net/openvswitch/ |
H A D | flow.c | 726 struct tcphdr *tcp = tcp_hdr(skb); in key_extract_l3l4() local 850 struct tcphdr *tcp = tcp_hdr(skb); in key_extract_l3l4() local
|
/linux/net/ipv4/ |
H A D | tcp_bpf.c | 16 struct tcp_sock *tcp; in tcp_eat_skb() local 228 struct tcp_sock *tcp; in tcp_bpf_recvmsg_parser() local
|
/linux/net/smc/ |
H A D | smc_close.c | 26 struct socket *tcp; in smc_clcsock_release() local
|