Searched refs:inet_dport (Results 1 – 25 of 29) sorted by relevance
12
| /linux/include/trace/events/ |
| H A D | net_probe_common.h | 15 v4->sin_port = inet->inet_dport; \ 31 v6->sin6_port = inet->inet_dport; \
|
| H A D | sock.h | 171 __entry->dport = ntohs(inet->inet_dport); 219 __entry->dport = ntohs(inet->inet_dport);
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_estats.c | 84 #define inet_dport sk.__sk_common.skc_dport macro 215 conn_id->remport = _(inet_sk(sk)->inet_dport); in tcp_estats_conn_id_init()
|
| H A D | bpf_tracing_net.h | 113 #define inet_dport sk.__sk_common.skc_dport 109 #define inet_dport global() macro
|
| H A D | bpf_iter_tcp4.c | 95 destp = bpf_ntohs(inet->inet_dport); in dump_tcp_sock()
|
| H A D | bpf_iter_tcp6.c | 95 destp = bpf_ntohs(inet->inet_dport); in dump_tcp6_sock()
|
| /linux/net/ipv4/ |
| H A D | xfrm4_output.c | 45 inet_sk(skb->sk)->inet_dport, mtu); in xfrm4_local_error()
|
| H A D | udp.c | 387 if (inet->inet_dport) { in compute_score() 388 if (inet->inet_dport != sport) in compute_score() 786 (inet->inet_dport != rmt_port && inet->inet_dport) || in __udp_is_mcast_sock() 1300 dport = inet->inet_dport; in udp_sendmsg() 2168 inet->inet_dport = 0; in __udp_disconnect() 3260 __u16 destp = ntohs(inet->inet_dport); in udp4_format_sock()
|
| H A D | tcp_diag.c | 297 offsetof(struct inet_sock, inet_dport)); in twsk_build_assert()
|
| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 313 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established() 385 inet->inet_dport); in inet6_sk_port_offset() 403 hash_port0 = inet6_ehashfn(net, daddr, 0, saddr, inet->inet_dport); in inet6_hash_connect()
|
| H A D | xfrm6_output.c | 37 fl6.fl6_dport = inet_sk(sk)->inet_dport; in xfrm6_local_error()
|
| H A D | datagram.c | 53 fl6->fl6_dport = inet->inet_dport; in ip6_datagram_flow_key_init() 245 old_dport = inet->inet_dport; in __ip6_datagram_connect() 249 inet->inet_dport = usin->sin6_port; in __ip6_datagram_connect() 263 inet->inet_dport = old_dport; in __ip6_datagram_connect()
|
| /linux/net/dccp/ |
| H A D | trace.h | |
| H A D | ipv4.c | |
| H A D | ipv6.c | |
| H A D | output.c | |
| /linux/net/rds/ |
| H A D | tcp_listen.c | 67 return ntohs(READ_ONCE(inet_sk(sk)->inet_dport)); in rds_tcp_get_peer_sport() 202 peer_addr, ntohs(inet->inet_dport)); in rds_tcp_accept_one()
|
| H A D | tcp.c | 258 tsinfo.peer_port = inet->inet_dport; in rds_tcp_tc_info() 320 tsinfo6.peer_port = inet->inet_dport;
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | fs_tcp.c | 99 inet_sk(sk)->inet_dport); in mlx5e_accel_fs_add_sk() 129 ntohs(inet_sk(sk)->inet_dport)); in mlx5e_accel_fs_add_sk()
|
| /linux/net/mptcp/ |
| H A D | pm_netlink.c | 329 if (nla_put_be16(skb, MPTCP_ATTR_DPORT, issk->inet_dport)) in mptcp_event_add_subflow() 494 inet_sk(ssk)->inet_dport : in mptcp_event_addr_announced()
|
| H A D | sockopt.c | 1186 a->sin_remote.sin_port = inet->inet_dport; in mptcp_get_sub_addrs() 1204 a->sin6_remote.sin6_port = inet->inet_dport; in mptcp_get_sub_addrs()
|
| /linux/net/l2tp/ |
| H A D | l2tp_debugfs.c | 157 ntohs(inet->inet_sport), ntohs(inet->inet_dport)); in l2tp_dfs_seq_tunnel_show()
|
| H A D | l2tp_netlink.c | 333 nla_put_u16(skb, L2TP_ATTR_UDP_DPORT, ntohs(inet->inet_dport))) in l2tp_nl_tunnel_send_addr6() 355 nla_put_u16(skb, L2TP_ATTR_UDP_DPORT, ntohs(inet->inet_dport))) in l2tp_nl_tunnel_send_addr4()
|
| /linux/fs/ocfs2/cluster/ |
| H A D | netdebug.c | 310 dport = (__force __be16)inet->inet_dport; in sc_show_sock_container()
|
| /linux/net/sctp/ |
| H A D | diag.c | 399 if (r->id.idiag_dport != inet->inet_dport && in sctp_ep_dump()
|
12