Symbol: tcp_key
include/net/tcp.h
2587
struct tcp_key *out)
include/net/tcp.h
2619
static inline bool tcp_key_is_md5(const struct tcp_key *key)
include/net/tcp.h
2626
static inline bool tcp_key_is_ao(const struct tcp_key *key)
net/ipv4/tcp_ipv4.c
1020
struct tcp_key key = {};
net/ipv4/tcp_ipv4.c
1082
struct tcp_key key = {};
net/ipv4/tcp_ipv4.c
912
struct tcp_key *key,
net/ipv4/tcp_output.c
1065
const struct tcp_key *key,
net/ipv4/tcp_output.c
1153
struct tcp_key *key)
net/ipv4/tcp_output.c
1546
struct tcp_key key;
net/ipv4/tcp_output.c
2110
struct tcp_key key;
net/ipv4/tcp_output.c
3940
struct tcp_key key = {};
net/ipv4/tcp_output.c
600
struct tcp_key *key, __be32 *ptr)
net/ipv4/tcp_output.c
656
struct tcp_key *key)
net/ipv4/tcp_output.c
961
struct tcp_key *key)
net/ipv6/tcp_ipv6.c
1015
struct tcp_key key = {};
net/ipv6/tcp_ipv6.c
1144
struct tcp_key *key, u8 tclass,
net/ipv6/tcp_ipv6.c
1157
struct tcp_key key = {};
net/ipv6/tcp_ipv6.c
1216
struct tcp_key key = {};
net/ipv6/tcp_ipv6.c
850
u32 priority, u32 txhash, struct tcp_key *key)
net/openvswitch/flow_netlink.c
1657
const struct ovs_key_tcp *tcp_key;
net/openvswitch/flow_netlink.c
1659
tcp_key = nla_data(a[OVS_KEY_ATTR_TCP]);
net/openvswitch/flow_netlink.c
1660
SW_FLOW_KEY_PUT(match, tp.src, tcp_key->tcp_src, is_mask);
net/openvswitch/flow_netlink.c
1661
SW_FLOW_KEY_PUT(match, tp.dst, tcp_key->tcp_dst, is_mask);
net/openvswitch/flow_netlink.c
2161
struct ovs_key_tcp *tcp_key;
net/openvswitch/flow_netlink.c
2163
nla = nla_reserve(skb, OVS_KEY_ATTR_TCP, sizeof(*tcp_key));
net/openvswitch/flow_netlink.c
2166
tcp_key = nla_data(nla);
net/openvswitch/flow_netlink.c
2167
tcp_key->tcp_src = output->tp.src;
net/openvswitch/flow_netlink.c
2168
tcp_key->tcp_dst = output->tp.dst;