Searched defs:sk (Results 151 - 175 of 686) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dkconfig.c49 int sk, ret = 0; local
76 int sk, ret = 0; local
[all...]
/linux-master/net/phonet/
H A Ddatagram.c26 static void pn_sock_close(struct sock *sk, long timeout) argument
31 static int pn_ioctl(struct sock *sk, int cmd, int *karg) argument
59 static void pn_destruct(struct sock *sk) argument
64 pn_init(struct sock *sk) argument
70 pn_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) argument
111 pn_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int flags, int *addr_len) argument
157 pn_backlog_rcv(struct sock *sk, struct sk_buff *skb) argument
[all...]
H A Dpep-gprs.c27 struct sock *sk; member in struct:gprs_dev
65 static void gprs_state_change(struct sock *sk) argument
138 static void gprs_data_ready(struct sock *sk) argument
151 static void gprs_write_space(struct sock *sk) argument
180 struct sock *sk = gp->sk; local
241 gprs_attach(struct sock *sk) argument
295 gprs_detach(struct sock *sk) argument
[all...]
/linux-master/net/netrom/
H A Dnr_subr.c31 void nr_clear_queues(struct sock *sk) argument
46 void nr_frames_acked(struct sock *sk, unsigned short nr) argument
68 void nr_requeue_frames(struct sock *sk) argument
85 int nr_validate_nr(struct sock *sk, unsigne argument
101 nr_in_rx_window(struct sock *sk, unsigned short ns) argument
119 nr_write_internal(struct sock *sk, int frametype) argument
261 nr_disconnect(struct sock *sk, int reason) argument
[all...]
H A Dnr_out.c32 void nr_output(struct sock *sk, struct sk_buff *skb) argument
79 static void nr_send_iframe(struct sock *sk, struct sk_buff *skb) argument
97 void nr_send_nak_frame(struct sock *sk) argument
122 nr_kick(struct sock *sk) argument
185 nr_transmit_buffer(struct sock *sk, struct sk_buff *skb) argument
220 nr_establish_data_link(struct sock *sk) argument
238 nr_enquiry_response(struct sock *sk) argument
256 nr_check_iframes_acked(struct sock *sk, unsigned short nr) argument
[all...]
/linux-master/include/net/
H A Drps.h101 static inline void sock_rps_record_flow(const struct sock *sk) argument
H A Dbusy_poll.h40 static inline bool sk_can_busy_loop(const struct sock *sk) argument
61 static inline bool sk_can_busy_loop(struct sock *sk) argument
93 static inline bool sk_busy_loop_timeout(struct sock *sk, argument
109 static inline void sk_busy_loop(struct sock *sk, int nonblock) argument
135 sk_mark_napi_id(struct sock *sk, const struct sk_buff *skb) argument
148 sk_mark_napi_id_set(struct sock *sk, const struct sk_buff *skb) argument
157 __sk_mark_napi_id_once(struct sock *sk, unsigned int napi_id) argument
166 sk_mark_napi_id_once(struct sock *sk, const struct sk_buff *skb) argument
174 sk_mark_napi_id_once_xdp(struct sock *sk, const struct xdp_buff *xdp) argument
[all...]
/linux-master/net/ipv4/
H A Dxfrm4_input.c23 static int xfrm4_rcv_encap_finish2(struct net *net, struct sock *sk, argument
29 static inline int xfrm4_rcv_encap_finish(struct net *net, struct sock *sk, argument
77 static int __xfrm4_udp_encap_rcv(struct sock *sk, struct sk_buff *skb, bool pull) argument
170 int xfrm4_udp_encap_rcv(struct sock *sk, struct sk_buff *skb) argument
188 struct sk_buff *xfrm4_gro_udp_encap_rcv(struct sock *sk, struct list_head *head, argument
H A Dtcp_vegas.c71 static void vegas_enable(struct sock *sk) argument
87 static inline void vegas_disable(struct sock *sk) argument
94 void tcp_vegas_init(struct sock *sk) argument
111 void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample) argument
134 tcp_vegas_state(struct sock *sk, u8 ca_state) argument
152 tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event) argument
165 tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 acked) argument
291 tcp_vegas_get_info(struct sock *sk, u32 ext, int *attr, union tcp_cc_info *info) argument
[all...]
H A Dtcp_westwood.c61 static void tcp_westwood_init(struct sock *sk) argument
103 static void tcp_westwood_pkts_acked(struct sock *sk, argument
117 static void westwood_update_window(struct sock *sk) argument
163 static inline void westwood_fast_bw(struct sock *sk) argument
180 westwood_acked_count(struct sock *sk) argument
217 tcp_westwood_bw_rttmin(const struct sock *sk) argument
225 tcp_westwood_ack(struct sock *sk, u32 ack_flags) argument
240 tcp_westwood_event(struct sock *sk, enum tcp_ca_event event) argument
262 tcp_westwood_info(struct sock *sk, u32 ext, int *attr, union tcp_cc_info *info) argument
[all...]
H A Dtcp_veno.c45 static inline void veno_enable(struct sock *sk) argument
55 static inline void veno_disable(struct sock *sk) argument
63 static void tcp_veno_init(struct sock *sk) argument
73 static void tcp_veno_pkts_acked(struct sock *sk, argument
96 static void tcp_veno_state(struct sock *sk, u argument
113 tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event) argument
119 tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 acked) argument
195 tcp_veno_ssthresh(struct sock *sk) argument
[all...]
H A Dtcp_bic.c70 static void bictcp_init(struct sock *sk) argument
140 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) argument
161 static u32 bictcp_recalc_ssthresh(struct sock *sk) argument
181 bictcp_state(struct sock *sk, u8 new_state) argument
190 bictcp_acked(struct sock *sk, const struct ack_sample *sample) argument
[all...]
H A Dtcp_hybla.c34 static inline void hybla_recalc_param (struct sock *sk) argument
46 static void hybla_init(struct sock *sk) argument
68 static void hybla_state(struct sock *sk, u8 ca_state) argument
90 static void hybla_cong_avoid(struct sock *sk, u3 argument
[all...]
/linux-master/net/ipv6/
H A Doutput_core.c124 int __ip6_local_out(struct net *net, struct sock *sk, struct sk_buff *skb) argument
149 int ip6_local_out(struct net *net, struct sock *sk, struct sk_buff *skb) argument
/linux-master/net/netfilter/
H A Dnf_queue.c49 static void nf_queue_sock_put(struct sock *sk) argument
182 struct sock *sk = skb->sk; local
[all...]
/linux-master/net/vmw_vsock/
H A Ddiag.c14 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, argument
77 struct sock *sk local
107 struct sock *sk = sk_vsock(vsk); local
[all...]
/linux-master/net/can/
H A Daf_can.h59 struct sock *sk; member in struct:receiver
/linux-master/net/dccp/
H A Dinput.c22 static void dccp_enqueue_skb(struct sock *sk, struct sk_buff *skb) argument
30 static void dccp_fin(struct sock *sk, struct sk_buff *skb) argument
43 static int dccp_rcv_close(struct sock *sk, struc argument
89 dccp_rcv_closereq(struct sock *sk, struct sk_buff *skb) argument
145 dccp_rcv_reset(struct sock *sk, struct sk_buff *skb) argument
159 dccp_handle_ackvec_processing(struct sock *sk, struct sk_buff *skb) argument
170 dccp_deliver_input_to_ccids(struct sock *sk, struct sk_buff *skb) argument
185 dccp_check_seqno(struct sock *sk, struct sk_buff *skb) argument
283 __dccp_rcv_established(struct sock *sk, struct sk_buff *skb, const struct dccp_hdr *dh, const unsigned int len) argument
364 dccp_rcv_established(struct sock *sk, struct sk_buff *skb, const struct dccp_hdr *dh, const unsigned int len) argument
384 dccp_rcv_request_sent_state_process(struct sock *sk, struct sk_buff *skb, const struct dccp_hdr *dh, const unsigned int len) argument
517 dccp_rcv_respond_partopen_state_process(struct sock *sk, struct sk_buff *skb, const struct dccp_hdr *dh, const unsigned int len) argument
571 dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb, struct dccp_hdr *dh, unsigned int len) argument
724 dccp_sample_rtt(struct sock *sk, long delta) argument
[all...]
H A Dccid.c60 int ccid_getsockopt_builtin_ccids(struct sock *sk, int len, argument
140 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx) argument
173 void ccid_hc_rx_delete(struct ccid *ccid, struct sock *sk) argument
182 void ccid_hc_tx_delete(struct ccid *ccid, struct sock *sk) argument
/linux-master/net/tipc/
H A Dnet.c129 struct tipc_socket_addr sk = {0, addr}; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c61 void BPF_PROG(dctcp_init, struct sock *sk) argument
108 __u32 BPF_PROG(dctcp_ssthresh, struct sock *sk) argument
118 BPF_PROG(dctcp_update_alpha, struct sock *sk, __u32 flags) argument
147 dctcp_react_to_loss(struct sock *sk) argument
157 BPF_PROG(dctcp_state, struct sock *sk, __u8 new_state) argument
167 dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) argument
183 dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, __u32 *prior_rcv_nxt, __u32 *ce_state) argument
205 BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) argument
224 BPF_PROG(dctcp_cwnd_undo, struct sock *sk) argument
234 BPF_PROG(dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) argument
[all...]
H A Dbind6_prog.c107 struct bpf_sock *sk; local
/linux-master/net/sctp/
H A Dendpointola.c129 struct sctp_endpoint *sctp_endpoint_new(struct sock *sk, gfp_ argument
41 sctp_endpoint_init(struct sctp_endpoint *ep, struct sock *sk, gfp_t gfp) argument
154 struct sock *sk = ep->base.sk; local
190 struct sock *sk = ep->base.sk; local
201 struct sock *sk; local
331 struct sock *sk; local
[all...]
/linux-master/crypto/
H A Dtwofish_common.c580 u8 si = 0, sj = 0, sk = 0, sl = 0, sm = 0, sn = 0, so = 0, sp = 0; local
[all...]
/linux-master/net/mptcp/
H A Dtoken.c71 struct sock *sk; local
156 struct sock *sk = subflow->conn; local
195 struct sock *sk = (struct sock *)msk; local
215 struct sock *sk; local
251 struct sock *sk; local
306 struct sock *sk; local
377 struct sock *sk = (struct sock *)msk; local
[all...]

Completed in 192 milliseconds

1234567891011>>