Home
last modified time | relevance | path

Searched defs:inet (Results 1 – 25 of 73) sorted by relevance

123

/linux-6.3-rc2/include/trace/events/
A Dnet_probe_common.h6 #define TP_STORE_ADDR_PORTS_V4(__entry, inet, sk) \ argument
21 #define TP_STORE_ADDR_PORTS(__entry, inet, sk) \ argument
39 #define TP_STORE_ADDR_PORTS(__entry, inet, sk) \ argument
/linux-6.3-rc2/net/l2tp/
A Dl2tp_ip.c30 struct inet_sock inet; member
52 const struct inet_sock *inet = inet_sk(sk); in __l2tp_ip_bind_lookup() local
250 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_bind() local
355 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_getname() local
401 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_sendmsg() local
522 struct inet_sock *inet = inet_sk(sk); in l2tp_ip_recvmsg() local
/linux-6.3-rc2/net/ipv4/
A Ddatagram.c21 struct inet_sock *inet = inet_sk(sk); in __ip4_datagram_connect() local
102 const struct inet_sock *inet = inet_sk(sk); in ip4_datagram_release_cb() local
A Draw.c122 struct inet_sock *inet = inet_sk(sk); in raw_v4_match() local
204 struct inet_sock *inet = inet_sk(sk); in raw_err() local
324 struct inet_sock *inet = inet_sk(sk); in raw_send_hdrinc() local
476 struct inet_sock *inet = inet_sk(sk); in raw_sendmsg() local
693 struct inet_sock *inet = inet_sk(sk); in raw_bind() local
733 struct inet_sock *inet = inet_sk(sk); in raw_recvmsg() local
1021 struct inet_sock *inet = inet_sk(sp); in raw_sock_seq_show() local
A Daf_inet.c134 struct inet_sock *inet = inet_sk(sk); in inet_sock_destruct() local
174 struct inet_sock *inet; in inet_autobind() local
249 struct inet_sock *inet; in inet_create() local
462 struct inet_sock *inet = inet_sk(sk); in __inet_bind() local
774 struct inet_sock *inet = inet_sk(sk); in inet_getname() local
1231 struct inet_sock *inet = inet_sk(sk); in inet_sk_reselect_saddr() local
1286 struct inet_sock *inet = inet_sk(sk); in inet_sk_rebuild_header() local
A Dip_output.c132 static inline int ip_select_ttl(struct inet_sock *inet, struct dst_entry *dst) in ip_select_ttl()
149 struct inet_sock *inet = inet_sk(sk); in ip_build_and_send_pkt() local
456 struct inet_sock *inet = inet_sk(sk); in __ip_queue_xmit() local
969 struct inet_sock *inet = inet_sk(sk); in __ip_append_data() local
1329 struct inet_sock *inet = inet_sk(sk); in ip_append_data() local
1351 struct inet_sock *inet = inet_sk(sk); in ip_append_page() local
1496 struct inet_sock *inet = inet_sk(sk); in __ip_make_skb() local
A Dinet_timewait_sock.c117 const struct inet_sock *inet = inet_sk(sk); in inet_twsk_hashdance() local
188 const struct inet_sock *inet = inet_sk(sk); in inet_twsk_alloc() local
A Dinet_connection_sock.c135 const struct inet_sock *inet = inet_sk(sk); in inet_sk_get_local_port_range() local
1234 struct inet_sock *inet = inet_sk(sk); in inet_csk_listen_start() local
1442 const struct inet_sock *inet = inet_sk(sk); in inet_csk_addr2sockaddr() local
1452 const struct inet_sock *inet = inet_sk(sk); in inet_csk_rebuild_route() local
1479 struct inet_sock *inet = inet_sk(sk); in inet_csk_update_pmtu() local
A Dudp.c370 struct inet_sock *inet; in compute_score() local
586 struct inet_sock *inet = inet_sk(sk); in __udp_is_mcast_sock() local
717 struct inet_sock *inet; in __udp4_lib_err() local
905 struct inet_sock *inet = inet_sk(sk); in udp_send_skb() local
997 struct inet_sock *inet = inet_sk(sk); in udp_push_pending_frames() local
1054 struct inet_sock *inet = inet_sk(sk); in udp_sendmsg() local
1335 struct inet_sock *inet = inet_sk(sk); in udp_sendpage() local
1850 struct inet_sock *inet = inet_sk(sk); in udp_recvmsg() local
1970 struct inet_sock *inet = inet_sk(sk); in __udp_disconnect() local
3113 struct inet_sock *inet = inet_sk(sp); in udp4_format_sock() local
A Digmp.c2175 struct inet_sock *inet = inet_sk(sk); in __ip_mc_join_group() local
2257 struct inet_sock *inet = inet_sk(sk); in ip_mc_leave_group() local
2311 struct inet_sock *inet = inet_sk(sk); in ip_mc_source() local
2449 struct inet_sock *inet = inet_sk(sk); in ip_mc_msfilter() local
2540 struct inet_sock *inet = inet_sk(sk); in ip_mc_msfget() local
2599 struct inet_sock *inet = inet_sk(sk); in ip_mc_gsfget() local
2644 struct inet_sock *inet = inet_sk(sk); in ip_mc_sf_allow() local
2691 struct inet_sock *inet = inet_sk(sk); in ip_mc_drop_socket() local
A Dip_sockglue.c174 struct inet_sock *inet = inet_sk(sk); in ip_cmsg_recv_offset() local
440 struct inet_sock *inet = inet_sk(sk); in ip_local_error() local
895 struct inet_sock *inet = inet_sk(sk); in do_ip_setsockopt() local
1546 struct inet_sock *inet = inet_sk(sk); in do_ip_getsockopt() local
/linux-6.3-rc2/net/dccp/
A Dipv4.c48 struct inet_sock *inet = inet_sk(sk); in dccp_v4_connect() local
162 const struct inet_sock *inet = inet_sk(sk); in dccp_do_pmtu_discovery() local
250 struct inet_sock *inet; in dccp_v4_err() local
383 const struct inet_sock *inet = inet_sk(sk); in dccp_v4_send_check() local
A Dipv6.h28 struct inet_timewait_sock inet; member
/linux-6.3-rc2/net/ipv6/
A Daf_inet6.c122 struct inet_sock *inet; in inet6_create() local
281 struct inet_sock *inet = inet_sk(sk); in __inet6_bind() local
519 struct inet_sock *inet = inet_sk(sk); in inet6_getname() local
824 struct inet_sock *inet = inet_sk(sk); in inet6_sk_rebuild_header() local
A Dping.c64 struct inet_sock *inet = inet_sk(sk); in ping_v6_sendmsg() local
240 struct inet_sock *inet = inet_sk(v); in ping_v6_seq_show() local
A Ddatagram.c43 struct inet_sock *inet = inet_sk(sk); in ip6_datagram_flow_key_init() local
77 struct inet_sock *inet = inet_sk(sk); in ip6_datagram_dst_update() local
143 struct inet_sock *inet = inet_sk(sk); in __ip6_datagram_connect() local
A Draw.c215 struct inet_sock *inet = inet_sk(sk); in rawv6_bind() local
297 struct inet_sock *inet = inet_sk(sk); in rawv6_err() local
386 struct inet_sock *inet = inet_sk(sk); in rawv6_rcv() local
744 struct inet_sock *inet = inet_sk(sk); in rawv6_sendmsg() local
A Dudp.c123 struct inet_sock *inet; in compute_score() local
344 struct inet_sock *inet = inet_sk(sk); in udpv6_recvmsg() local
813 struct inet_sock *inet = inet_sk(sk); in __udp_v6_is_mcast_sock() local
1333 struct inet_sock *inet = inet_sk(sk); in udpv6_sendmsg() local
1711 struct inet_sock *inet = inet_sk(v); in udp6_seq_show() local
A Dinet6_hashtables.c248 struct inet_sock *inet = inet_sk(sk); in __inet6_check_established() local
310 const struct inet_sock *inet = inet_sk(sk); in inet6_sk_port_offset() local
/linux-6.3-rc2/net/mptcp/
A Dmptcp_diag.c101 struct inet_sock *inet = inet_sk(sk); in mptcp_diag_dump_listeners() local
169 struct inet_sock *inet = (struct inet_sock *)msk; in mptcp_diag_dump() local
/linux-6.3-rc2/security/
A Dlsm_audit.c320 struct inet_sock *inet = inet_sk(sk); in dump_common_audit_data() local
332 struct inet_sock *inet = inet_sk(sk); in dump_common_audit_data() local
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbpf_iter_udp4.c29 struct inet_sock *inet; in dump_udp4() local
A Dbpf_iter_udp6.c38 struct inet_sock *inet; in dump_udp6() local
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_proto.c270 const struct inet_sock *inet = inet_sk(sk); in getorigdst() local
328 const struct inet_sock *inet = inet_sk(sk); in ipv6_getorigdst() local
/linux-6.3-rc2/include/net/
A Draw.h81 struct inet_sock inet; member

Completed in 57 milliseconds

123