Searched defs:sk (Results 1 - 25 of 686) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dsock_destroy_prog_fail.c15 int BPF_PROG(trace_tcp_destroy_sock, struct sock *sk) argument
H A Dtest_sk_storage_trace_itself.c16 int BPF_PROG(trace_bpf_sk_storage_free, struct sock *sk) argument
H A Dbpf_tcp_nogpl.c11 void BPF_STRUCT_OPS(nogpltcp_init, struct sock *sk) argument
H A Dbpf_dctcp_release.c16 void BPF_STRUCT_OPS(dctcp_nouse_release, struct sock *sk) argument
H A Dtcp_ca_incompl_cong_ops.c10 static inline struct tcp_sock *tcp_sk(const struct sock *sk) argument
16 __u32 BPF_PROG(incompl_cong_ops_ssthresh, struct sock *sk) argument
22 __u32 BPF_PROG(incompl_cong_ops_undo_cwnd, struct sock *sk) argument
H A Dtest_sockmap_update.c30 struct bpf_sock *sk; local
H A Dfreplace_cls_redirect.c22 struct bpf_sock *sk; local
H A Drecvmsg4_prog.c19 struct bpf_sock *sk; local
H A Dnested_trust_failure.c45 int BPF_PROG(test_invalid_skb_field, struct sock *sk, struct sk_buff *skb) argument
H A Dnested_trust_success.c30 int BPF_PROG(test_skb_field, struct sock *sk, struct sk_buff *skb) argument
H A Dbind_perm.c12 struct bpf_sock *sk; local
H A Dtcp_ca_unsupp_cong_op.c11 size_t BPF_PROG(unsupp_cong_op_get_info, struct sock *sk, u32 ext, int *attr, argument
H A Dkfunc_call_test_subprog.c11 struct bpf_sock *sk = skb->sk; local
H A Dbpf_iter_sockmap.c38 struct sock *sk = ctx->sk; local
H A Dbpf_iter_netlink.c21 struct socket *sk; local
H A Dnetns_cookie_prog.c33 struct bpf_sock *sk = ctx->sk; local
65 struct bpf_sock *sk = msg->sk; local
H A Dbpf_iter_bpf_sk_storage_map.c24 struct sock *sk = ctx->sk; local
43 struct sock *sk = ctx->sk; local
/linux-master/net/mptcp/
H A Dbpf.c15 struct mptcp_sock *bpf_mptcp_sock_from_subflow(struct sock *sk) argument
/linux-master/net/ax25/
H A Dax25_std_timer.c31 struct sock *sk = ax25->sk; local
[all...]
/linux-master/net/ipv4/
H A Dtcp_dctcp.h4 static inline void dctcp_ece_ack_cwr(struct sock *sk, u32 ce_state) argument
19 static inline void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, argument
H A Dxfrm4_output.c17 static int __xfrm4_output(struct net *net, struct sock *sk, struct sk_buff *skb) argument
31 int xfrm4_output(struct net *net, struct sock *sk, struct sk_buff *skb) argument
/linux-master/net/rose/
H A Drose_out.c30 static void rose_send_iframe(struct sock *sk, struct sk_buff *skb) argument
45 void rose_kick(struct sock *sk) argument
109 rose_enquiry_response(struct sock *sk) argument
[all...]
/linux-master/include/net/
H A Dtimewait_sock.h23 static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp) argument
30 static inline void twsk_destructor(struct sock *sk) argument
[all...]
/linux-master/net/atm/
H A Draw.c26 struct sock *sk = sk_atm(vcc); local
35 struct sock *sk = sk_atm(vcc); local
/linux-master/net/sunrpc/
H A Dsunrpc.h26 static inline int sock_is_loopback(struct sock *sk) argument

Completed in 490 milliseconds

1234567891011>>