Searched defs:sk (Results 76 - 100 of 686) sorted by relevance

1234567891011>>

/linux-master/net/netfilter/
H A Dnf_sockopt.c62 static struct nf_sockopt_ops *nf_sockopt_find(struct sock *sk, u_int8_t pf, argument
92 int nf_setsockopt(struct sock *sk, u_int8_t pf, int val, sockptr_t opt, argument
107 int nf_getsockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, argument
H A Dxt_owner.c67 struct sock *sk = skb_to_full_sk(skb); local
[all...]
/linux-master/net/xdp/
H A Dxsk.h37 static inline struct xdp_sock *xdp_sk(struct sock *sk) argument
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_udp6.c17 static long sock_i_ino(const struct sock *sk) argument
[all...]
H A Dtest_sk_storage_tracing.c33 int BPF_PROG(trace_inet_sock_set_state, struct sock *sk, int oldstate, argument
53 static void set_task_info(struct sock *sk) argument
71 int BPF_PROG(trace_inet_csk_listen_start, struct sock *sk) argument
79 int BPF_PROG(trace_tcp_connect, struct sock *sk) argument
87 int BPF_PROG(inet_csk_accept, struct sock *sk, in argument
96 BPF_PROG(tcp_retransmit_synack, struct sock* sk, struct request_sock* req) argument
[all...]
H A Dsock_destroy_prog.c108 struct sock *sk = (struct sock *) udp_sk; local
130 struct sock *sk = (struct sock *) udp_sk; local
H A Dvrf_socket_lookup.c22 struct bpf_sock *sk; local
/linux-master/sound/usb/usx2y/
H A Dus122l.h10 struct usb_stream_kernel sk; member in struct:us122l
/linux-master/net/ipv4/
H A Dtcp_highspeed.c100 static void hstcp_init(struct sock *sk) argument
112 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) argument
151 static u32 hstcp_ssthresh(struct sock *sk) argument
[all...]
H A Dtcp_ulp.c103 void tcp_update_ulp(struct sock *sk, struct proto *proto, argument
112 void tcp_cleanup_ulp(struct sock *sk) argument
130 static int __tcp_set_ulp(struct sock *sk, const struct tcp_ulp_ops *ulp_ops) argument
157 tcp_set_ulp(struct sock *sk, const char *name) argument
[all...]
H A Dudplite.c21 static int udplite_sk_init(struct sock *sk) argument
H A Dnetfilter.c20 int ip_route_me_harder(struct net *net, struct sock *sk, struct sk_buff *skb, unsigned int addr_type) argument
H A Ddatagram.c19 int __ip4_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len) argument
85 ip4_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len) argument
100 ip4_datagram_release_cb(struct sock *sk) argument
[all...]
/linux-master/net/rose/
H A Drose_loopback.c64 struct sock *sk; local
/linux-master/net/x25/
H A Dx25_dev.c28 struct sock *sk; local
/linux-master/include/net/
H A Dsock_reuseport.h47 static inline bool reuseport_has_conns(struct sock *sk) argument
[all...]
H A Dudplite.h70 const struct sock *sk = skb->sk; local
/linux-master/net/netrom/
H A Dnr_timer.c35 void nr_init_timers(struct sock *sk) argument
48 void nr_start_t1timer(struct sock *sk) argument
55 void nr_start_t2timer(struct sock *sk) argument
62 void nr_start_t4timer(struct sock *sk) argument
69 nr_start_idletimer(struct sock *sk) argument
77 nr_start_heartbeat(struct sock *sk) argument
82 nr_stop_t1timer(struct sock *sk) argument
87 nr_stop_t2timer(struct sock *sk) argument
92 nr_stop_t4timer(struct sock *sk) argument
97 nr_stop_idletimer(struct sock *sk) argument
102 nr_stop_heartbeat(struct sock *sk) argument
107 nr_t1timer_running(struct sock *sk) argument
114 struct sock *sk = from_timer(sk, t, sk_timer); local
155 struct sock *sk = &nr->sock; local
169 struct sock *sk = &nr->sock; local
180 struct sock *sk = &nr->sock; local
209 struct sock *sk = &nr->sock; local
[all...]
H A Dnr_in.c29 static int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) argument
71 static int nr_state1_machine(struct sock *sk, struct sk_buff *skb, argument
115 nr_state2_machine(struct sock *sk, struct sk_buff *skb, int frametype) argument
146 nr_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype) argument
276 nr_process_rx_frame(struct sock *sk, struct sk_buff *skb) argument
[all...]
/linux-master/net/bridge/
H A Dbr_nf_core.c24 static void fake_update_pmtu(struct dst_entry *dst, struct sock *sk, argument
30 static void fake_redirect(struct dst_entry *dst, struct sock *sk, argument
H A Dbr_netfilter_ipv6.c101 static int br_nf_pre_routing_finish_ipv6(struct net *net, struct sock *sk, struct sk_buff *skb) argument
/linux-master/net/core/
H A Dstream.c30 void sk_stream_write_space(struct sock *sk) argument
56 int sk_stream_wait_connect(struct sock *sk, long *timeo_p) argument
90 sk_stream_closing(const struct sock *sk) argument
96 sk_stream_wait_close(struct sock *sk, long timeout) argument
118 sk_stream_wait_memory(struct sock *sk, long *timeo_p) argument
186 sk_stream_error(struct sock *sk, int flags, int err) argument
196 sk_stream_kill_queues(struct sock *sk) argument
[all...]
/linux-master/net/tipc/
H A Ddiag.c41 static u64 __tipc_diag_gen_cookie(struct sock *sk) argument
/linux-master/net/mptcp/
H A Dtoken_test.c55 struct sock *sk; local
77 struct sock *sk; local
118 struct sock *sk; local
[all...]
/linux-master/fs/bcachefs/
H A Dlogged_ops.c38 struct bkey_buf sk; local

Completed in 212 milliseconds

1234567891011>>