Searched defs:sk (Results 251 - 275 of 686) sorted by relevance

<<11121314151617181920>>

/linux-master/net/bluetooth/
H A Dmgmt_util.c126 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) argument
169 int mgmt_cmd_complete(struct sock *sk, u16 index, u16 cmd, u8 status, argument
263 struct mgmt_pending_cmd *mgmt_pending_new(struct sock *sk, u1 argument
290 mgmt_pending_add(struct sock *sk, u16 opcode, struct hci_dev *hdev, void *data, u16 len) argument
318 mgmt_mesh_foreach(struct hci_dev *hdev, void (*cb)(struct mgmt_mesh_tx *mesh_tx, void *data), void *data, struct sock *sk) argument
330 mgmt_mesh_next(struct hci_dev *hdev, struct sock *sk) argument
360 mgmt_mesh_add(struct sock *sk, struct hci_dev *hdev, void *data, u16 len) argument
[all...]
/linux-master/include/linux/
H A Dif_pppox.h44 struct sock sk; member in struct:pppox_sock
58 static inline struct pppox_sock *pppox_sk(struct sock *sk) argument
/linux-master/net/vmw_vsock/
H A Dvmci_transport_notify.c105 vmci_transport_handle_waiting_read(struct sock *sk, argument
135 vmci_transport_handle_waiting_write(struct sock *sk, argument
165 vmci_transport_handle_read(struct sock *sk, argument
180 send_waiting_read(struct sock *sk, u64 room_needed) argument
222 send_waiting_write(struct sock *sk, u64 room_needed) argument
259 vmci_transport_send_read_notification(struct sock *sk) argument
301 vmci_transport_handle_wrote(struct sock *sk, struct vmci_transport_packet *pkt, bool bottom_half, struct sockaddr_vm *dst, struct sockaddr_vm *src) argument
313 vmci_transport_notify_pkt_socket_init(struct sock *sk) argument
338 vmci_transport_notify_pkt_poll_in(struct sock *sk, size_t target, bool *data_ready_now) argument
362 vmci_transport_notify_pkt_poll_out(struct sock *sk, size_t target, bool *space_avail_now) argument
391 vmci_transport_notify_pkt_recv_init( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
427 vmci_transport_notify_pkt_recv_pre_block( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
453 vmci_transport_notify_pkt_recv_pre_dequeue( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
473 vmci_transport_notify_pkt_recv_post_dequeue( struct sock *sk, size_t target, ssize_t copied, bool data_read, struct vmci_transport_recv_notify_data *data) argument
506 vmci_transport_notify_pkt_send_init( struct sock *sk, struct vmci_transport_send_notify_data *data) argument
519 vmci_transport_notify_pkt_send_pre_block( struct sock *sk, struct vmci_transport_send_notify_data *data) argument
531 vmci_transport_notify_pkt_send_pre_enqueue( struct sock *sk, struct vmci_transport_send_notify_data *data) argument
547 vmci_transport_notify_pkt_send_post_enqueue( struct sock *sk, ssize_t written, struct vmci_transport_send_notify_data *data) argument
598 vmci_transport_notify_pkt_handle_pkt( struct sock *sk, struct vmci_transport_packet *pkt, bool bottom_half, struct sockaddr_vm *dst, struct sockaddr_vm *src, bool *pkt_processed) argument
633 vmci_transport_notify_pkt_process_request(struct sock *sk) argument
644 vmci_transport_notify_pkt_process_negotiate(struct sock *sk) argument
[all...]
H A Dvmci_transport_notify_qstate.c73 vmci_transport_handle_read(struct sock *sk, argument
82 vmci_transport_handle_wrote(struct sock *sk, argument
90 static void vsock_block_update_write_window(struct sock *sk) argument
100 static int vmci_transport_send_read_notification(struct sock *sk) argument
140 vmci_transport_notify_pkt_socket_init(struct sock *sk) argument
159 vmci_transport_notify_pkt_poll_in(struct sock *sk, size_t target, bool *data_ready_now) argument
180 vmci_transport_notify_pkt_poll_out(struct sock *sk, size_t target, bool *space_avail_now) argument
201 vmci_transport_notify_pkt_recv_init( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
233 vmci_transport_notify_pkt_recv_pre_block( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
253 vmci_transport_notify_pkt_recv_post_dequeue( struct sock *sk, size_t target, ssize_t copied, bool data_read, struct vmci_transport_recv_notify_data *data) argument
292 vmci_transport_notify_pkt_send_init( struct sock *sk, struct vmci_transport_send_notify_data *data) argument
303 vmci_transport_notify_pkt_send_post_enqueue( struct sock *sk, ssize_t written, struct vmci_transport_send_notify_data *data) argument
342 vmci_transport_notify_pkt_handle_pkt( struct sock *sk, struct vmci_transport_packet *pkt, bool bottom_half, struct sockaddr_vm *dst, struct sockaddr_vm *src, bool *pkt_processed) argument
366 vmci_transport_notify_pkt_process_request(struct sock *sk) argument
377 vmci_transport_notify_pkt_process_negotiate(struct sock *sk) argument
389 vmci_transport_notify_pkt_recv_pre_dequeue( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
398 vmci_transport_notify_pkt_send_pre_block( struct sock *sk, struct vmci_transport_send_notify_data *data) argument
406 vmci_transport_notify_pkt_send_pre_enqueue( struct sock *sk, struct vmci_transport_send_notify_data *data) argument
[all...]
/linux-master/net/tipc/
H A Dname_distr.c283 struct tipc_socket_addr sk; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter.h65 struct netlink_sock *sk; member in struct:bpf_iter__netlink
130 struct sock *sk; member in struct:bpf_iter__bpf_sk_storage_map
138 struct sock *sk; member in struct:bpf_iter__sockmap
H A Dsetget_sockopt.c81 struct sock *sk; member in struct:loop_ctx
84 static int bpf_test_sockopt_flip(void *ctx, struct sock *sk, argument
111 static int bpf_test_sockopt_int(void *ctx, struct sock *sk, argument
196 struct sock *sk; local
244 bpf_test_sockopt(void *ctx, struct sock *sk) argument
316 test_tcp_maxseg(void *ctx, struct sock *sk) argument
331 test_tcp_saved_syn(void *ctx, struct sock *sk) argument
348 struct sock *sk = sock->sk; local
363 struct sock *sk; local
[all...]
H A Dtest_sk_lookup.c111 struct bpf_sock *sk; local
130 struct bpf_sock *sk; local
153 struct bpf_sock *sk; local
178 struct bpf_sock *sk; local
193 struct bpf_sock *sk; local
219 struct bpf_sock *sk; local
252 struct bpf_sock *sk; local
284 struct bpf_sock *sk = NULL; local
393 struct bpf_sock *sk; local
577 struct bpf_sock *sk; local
629 struct bpf_sock *sk; local
[all...]
H A Dmap_kptr.c253 struct bpf_sock *sk; local
H A Dtest_sock_fields.c127 struct bpf_sock *sk, *sk_ret; local
222 struct bpf_sock *sk; local
260 sk_dst_port__load_word(struct bpf_sock *sk) argument
266 sk_dst_port__load_half(struct bpf_sock *sk) argument
275 sk_dst_port__load_byte(struct bpf_sock *sk) argument
285 struct bpf_sock *sk; local
[all...]
/linux-master/net/ipv4/
H A Dtcp_cdg.c140 static void tcp_cdg_hystart_update(struct sock *sk) argument
241 static bool tcp_cdg_backoff(struct sock *sk, u32 grad) argument
262 tcp_cdg_cong_avoid(struct sock *sk, u32 ack, u32 acked) argument
299 tcp_cdg_acked(struct sock *sk, const struct ack_sample *sample) argument
328 tcp_cdg_ssthresh(struct sock *sk) argument
345 tcp_cdg_cwnd_event(struct sock *sk, const enum tcp_ca_event ev) argument
373 tcp_cdg_init(struct sock *sk) argument
387 tcp_cdg_release(struct sock *sk) argument
[all...]
/linux-master/net/core/
H A Dlwtunnel.c326 int lwtunnel_output(struct net *net, struct sock *sk, struct sk_buff *skb) argument
H A Dsock_reuseport.c24 void reuseport_has_conns_set(struct sock *sk) argument
52 static void reuseport_get_incoming_cpu(struct sock *sk, struct sock_reuseport *reuse) argument
58 static void reuseport_put_incoming_cpu(struct sock *sk, struct sock_reuseport *reuse) argument
64 void reuseport_update_incoming_cpu(struct sock *sk, int val) argument
104 reuseport_sock_index(struct sock *sk, const struct sock_reuseport *reuse, bool closed) argument
124 __reuseport_add_sock(struct sock *sk, struct sock_reuseport *reuse) argument
134 __reuseport_detach_sock(struct sock *sk, struct sock_reuseport *reuse) argument
149 __reuseport_add_closed_sock(struct sock *sk, struct sock_reuseport *reuse) argument
158 __reuseport_detach_closed_sock(struct sock *sk, struct sock_reuseport *reuse) argument
189 reuseport_alloc(struct sock *sk, bool bind_inany) argument
259 struct sock *sk; local
321 reuseport_add_sock(struct sock *sk, struct sock *sk2, bool bind_inany) argument
369 reuseport_resurrect(struct sock *sk, struct sock_reuseport *old_reuse, struct sock_reuseport *reuse, bool bind_inany) argument
428 reuseport_detach_sock(struct sock *sk) argument
463 reuseport_stop_listen_sock(struct sock *sk) argument
536 struct sock *sk = reuse->socks[i]; local
569 reuseport_select_sock(struct sock *sk, u32 hash, struct sk_buff *skb, int hdr_len) argument
621 reuseport_migrate_sock(struct sock *sk, struct sock *migrating_sk, struct sk_buff *skb) argument
684 reuseport_attach_prog(struct sock *sk, struct bpf_prog *prog) argument
716 reuseport_detach_prog(struct sock *sk) argument
[all...]
/linux-master/net/nfc/
H A Drawsock.c23 static void nfc_sock_link(struct nfc_sock_list *l, struct sock *sk) argument
30 static void nfc_sock_unlink(struct nfc_sock_list *l, struct sock *sk) argument
37 static void rawsock_write_queue_purge(struct sock *sk) argument
47 rawsock_report_error(struct sock *sk, int err) argument
60 struct sock *sk = sock->sk; local
79 struct sock *sk = sock->sk; local
142 struct sock *sk = (struct sock *) context; local
179 struct sock *sk = to_rawsock_sk(work); local
207 struct sock *sk = sock->sk; local
244 struct sock *sk = sock->sk; local
304 rawsock_destruct(struct sock *sk) argument
326 struct sock *sk; local
363 struct sock *sk; local
[all...]
/linux-master/net/sctp/
H A Dbind_addr.c486 int sctp_is_any(struct sock *sk, const union sctp_addr *addr) argument
546 int sctp_is_ep_boundall(struct sock *sk) argument
H A Dtransport.c238 void sctp_transport_pmtu(struct sctp_transport *transport, struct sock *sk) argument
402 struct sock *sk = t->asoc->base.sk; local
[all...]
/linux-master/net/rxrpc/
H A Drecvmsg.c26 struct sock *sk; local
[all...]
H A Dcall_accept.c25 static void rxrpc_dummy_notify(struct sock *sk, struct rxrpc_call *call, argument
[all...]
/linux-master/include/linux/netfilter/
H A Dnfnetlink.h12 struct sock *sk; member in struct:nfnl_info
/linux-master/crypto/
H A Dalgif_aead.c44 static inline bool aead_sufficient_data(struct sock *sk) argument
63 struct sock *sk = sock->sk; local
91 struct sock *sk = sock->sk; local
328 struct sock *sk = sock->sk; local
383 struct sock *sk = sock->sk; local
507 aead_sock_destruct(struct sock *sk) argument
523 aead_accept_parent_nokey(void *private, struct sock *sk) argument
555 aead_accept_parent(void *private, struct sock *sk) argument
[all...]
H A Dalgif_rng.c110 struct sock *sk = sock->sk; local
120 struct sock *sk = sock->sk; local
230 rng_sock_destruct(struct sock *sk) argument
240 rng_accept_parent(void *private, struct sock *sk) argument
[all...]
/linux-master/net/atm/
H A Dsvc.c55 struct sock *sk = sk_atm(vcc); local
82 struct sock *sk = sock->sk; local
104 struct sock *sk = sock->sk; local
160 struct sock *sk = sock->sk; local
290 struct sock *sk = sock->sk; local
330 struct sock *sk = sock->sk; local
439 struct sock *sk = sk_atm(vcc); local
461 struct sock *sk = sock->sk; local
506 struct sock *sk = sock->sk; local
535 struct sock *sk = sock->sk; local
564 struct sock *sk = sock->sk; local
[all...]
/linux-master/net/smc/
H A Dsmc_rx.c32 static void smc_rx_wake_up(struct sock *sk) argument
63 struct sock *sk = &smc->sk; local
120 struct sock *sk = &smc->sk; local
262 struct sock *sk = &smc->sk; local
286 struct sock *sk = &smc->sk; local
354 struct sock *sk; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dfs_tcp.c29 static void accel_fs_tcp_set_ipv4_flow(struct mlx5_flow_spec *spec, struct sock *sk) argument
48 static void accel_fs_tcp_set_ipv6_flow(struct mlx5_flow_spec *spec, struct sock *sk) argument
74 mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, struct sock *sk, u32 tirn, uint32_t flow_tag) argument
[all...]
/linux-master/net/llc/
H A Dllc_sap.c48 struct sk_buff *llc_alloc_frame(struct sock *sk, struct net_device *dev, argument
70 void llc_save_primitive(struct sock *sk, struct sk_buff *skb, u8 prim) argument
281 llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb, struct sock *sk) argument
295 llc_dgram_match(const struct llc_sap *sap, const struct llc_addr *laddr, const struct sock *sk, const struct net *net) argument
354 llc_mcast_match(const struct llc_sap *sap, const struct llc_addr *laddr, const struct sk_buff *skb, const struct sock *sk) argument
398 struct sock *sk; local
436 struct sock *sk = llc_lookup_dgram(sap, &laddr, dev_net(skb->dev)); local
[all...]

Completed in 203 milliseconds

<<11121314151617181920>>