Searched refs:sk_fullsock (Results 1 – 25 of 38) sorted by relevance
12
/linux-6.1.9/net/netfilter/ |
D | xt_socket.c | 69 sk_fullsock(sk) && in socket_match() 79 transparent && sk_fullsock(sk)) in socket_match() 130 sk_fullsock(sk) && in socket_mt6_v1_v2_v3() 140 transparent && sk_fullsock(sk)) in socket_mt6_v1_v2_v3()
|
D | xt_cgroup.c | 106 if (!sk || !sk_fullsock(sk) || !net_eq(xt_net(par), sock_net(sk))) in cgroup_mt_v0() 120 if (!sk || !sk_fullsock(sk) || !net_eq(xt_net(par), sock_net(sk))) in cgroup_mt_v1() 138 if (!sk || !sk_fullsock(sk) || !net_eq(xt_net(par), sock_net(sk))) in cgroup_mt_v2()
|
D | nft_socket.c | 45 if (!sk_fullsock(sk)) in nft_sock_get_eval_cgroupv2() 109 if (sk_fullsock(sk)) { in nft_socket_eval() 117 if (!sk_fullsock(sk)) { in nft_socket_eval()
|
D | nft_meta.c | 137 if (!sk || !sk_fullsock(sk) || !net_eq(nft_net(pkt), sock_net(sk))) in nft_meta_get_eval_skugid() 170 if (!sk || !sk_fullsock(sk) || !net_eq(nft_net(pkt), sock_net(sk))) in nft_meta_get_eval_cgroup()
|
D | nfnetlink_queue.c | 283 if (!sk_fullsock(sk)) in nfqnl_put_sk_uidgid() 308 if (!skb || !sk_fullsock(skb->sk)) in nfqnl_get_sk_secctx()
|
D | nf_log_syslog.c | 167 if (!sk || !sk_fullsock(sk) || !net_eq(net, sock_net(sk))) in nf_log_dump_sk_uid_gid()
|
D | nfnetlink_log.c | 605 if (sk && sk_fullsock(sk)) { in __build_packet_message()
|
/linux-6.1.9/include/trace/events/ |
D | mptcp.h | 39 if (subflow->tcp_sock && sk_fullsock(subflow->tcp_sock)) 45 if (ssk && sk_fullsock(ssk)) { 53 if (ssk && sk_fullsock(ssk) && __entry->pace)
|
/linux-6.1.9/net/mptcp/ |
D | bpf.c | 17 if (sk && sk_fullsock(sk) && sk->sk_protocol == IPPROTO_TCP && sk_is_mptcp(sk)) in bpf_mptcp_sock_from_subflow()
|
/linux-6.1.9/include/net/ |
D | cls_cgroup.h | 70 if (!sk || !sk_fullsock(sk)) in task_get_classid()
|
D | tls.h | 373 return sk_fullsock(sk) && in tls_is_sk_tx_device_offloaded() 509 if (!sk_fullsock(sk) || in tls_is_sk_rx_device_offloaded()
|
D | sock.h | 2801 static inline bool sk_fullsock(const struct sock *sk) in sk_fullsock() function 2810 return !sk_fullsock(sk) || !sock_flag(sk, SOCK_RCU_FREE); in sk_is_refcounted() 2845 if (sk && sk_fullsock(sk) && sk->sk_validate_xmit_skb) { in sk_validate_xmit_skb() 2924 if (!sk || !sk_fullsock(sk) || READ_ONCE(sk->sk_pacing_shift) == val) in sk_pacing_shift_update()
|
D | ip.h | 480 if (!sk || !sk_fullsock(sk) || ip_sk_use_pmtu(sk)) { in ip_skb_dst_mtu()
|
/linux-6.1.9/net/ipv4/ |
D | tcp_diag.c | 150 if (net_admin && sk_fullsock(sk)) { in tcp_diag_get_aux_size() 167 if (net_admin && sk_fullsock(sk)) { in tcp_diag_get_aux_size()
|
D | inet_diag.c | 258 BUG_ON(!sk_fullsock(sk)); in inet_sk_diag_fill() 800 entry.userlocks = sk_fullsock(sk) ? sk->sk_userlocks : 0; in inet_diag_bc_sk() 801 if (sk_fullsock(sk)) in inet_diag_bc_sk() 810 entry.cgroup_id = sk_fullsock(sk) ? in inet_diag_bc_sk()
|
D | tcp_ipv4.c | 729 if (sk && sk_fullsock(sk)) { in tcp_v4_send_reset() 813 if (sk_fullsock(sk)) in tcp_v4_send_reset() 821 arg.uid = sock_net_uid(net, sk && sk_fullsock(sk) ? sk : NULL); in tcp_v4_send_reset() 923 arg.uid = sock_net_uid(net, sk_fullsock(sk) ? sk : NULL); in tcp_v4_send_ack() 1745 if (sk_fullsock(sk)) { in tcp_v4_early_demux() 2920 if (sk_fullsock(sk)) in bpf_iter_tcp_seq_show() 2944 if (sk_fullsock(sk)) in bpf_iter_tcp_seq_show()
|
/linux-6.1.9/net/ipv4/netfilter/ |
D | nf_defrag_ipv4.c | 67 if (sk && sk_fullsock(sk) && (sk->sk_family == PF_INET) && in ipv4_conntrack_defrag()
|
/linux-6.1.9/net/sched/ |
D | sch_etf.c | 85 if (!sk || !sk_fullsock(sk)) in is_packet_valid() 142 if (!sk || !sk_fullsock(sk) || !(sk->sk_txtime_report_errors)) in report_sock_error()
|
/linux-6.1.9/include/linux/ |
D | bpf-cgroup.h | 204 if (sk_fullsock(__sk) && \ 333 if (__sk && sk_fullsock(__sk)) \
|
D | ipv6.h | 336 return sk_fullsock(__sk) ? inet_sk(__sk)->pinet6 : NULL; in inet6_sk()
|
/linux-6.1.9/net/core/ |
D | bpf_sk_storage.c | 265 if (!sk || !sk_fullsock(sk) || flags > BPF_SK_STORAGE_GET_F_CREATE) in BPF_CALL_5() 296 if (!sk || !sk_fullsock(sk)) in BPF_CALL_2()
|
D | filter.c | 1857 return sk_fullsock(sk) ? (unsigned long)sk : (unsigned long)NULL; in BPF_CALL_1() 3034 if (!sk || !sk_fullsock(sk)) in BPF_CALL_1() 4749 if (!sk || !sk_fullsock(sk)) in BPF_CALL_3() 4776 if (!sk || !sk_fullsock(sk)) in __bpf_sk_cgroup_id() 4802 if (!sk || !sk_fullsock(sk)) in __bpf_sk_ancestor_cgroup_id() 5022 if (!sk || !sk_fullsock(sk)) in BPF_CALL_1() 5282 if (!sk_fullsock(sk)) in __bpf_setsockopt() 5300 if (sk_fullsock(sk)) in _bpf_setsockopt() 5310 if (!sk_fullsock(sk)) { in __bpf_getsockopt() 5337 if (sk_fullsock(sk)) in _bpf_getsockopt() [all …]
|
/linux-6.1.9/net/ipv6/ |
D | tcp_ipv6.c | 955 fl6.flowi6_uid = sock_net_uid(net, sk && sk_fullsock(sk) ? sk : NULL); in tcp_v6_send_response() 1010 if (sk && sk_fullsock(sk)) { in tcp_v6_send_reset() 1060 if (sk_fullsock(sk)) { in tcp_v6_send_reset() 1866 if (sk_fullsock(sk)) { in tcp_v6_early_demux()
|
/linux-6.1.9/net/sctp/ |
D | diag.c | 141 BUG_ON(!sk_fullsock(sk)); in inet_sctp_diag_fill()
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | bpf.h | 5535 FN(sk_fullsock), \
|
12