Searched defs:sk (Results 201 - 225 of 686) sorted by relevance

1234567891011>>

/linux-master/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c239 void nf_send_reset(struct net *net, struct sock *sk, struct sk_buff *oldskb, argument
/linux-master/net/netfilter/
H A Dnft_tproxy.c31 struct sock *sk; local
95 struct sock *sk; local
[all...]
H A Dnft_socket.c40 nft_sock_get_eval_cgroupv2(u32 *dest, struct sock *sk, const struct nft_pktinfo *pkt, u32 level) argument
62 struct sock *sk = NULL; local
19 nft_socket_wildcard(const struct nft_pktinfo *pkt, struct nft_regs *regs, struct sock *sk, u32 *dest) argument
90 struct sock *sk = skb->sk; local
[all...]
/linux-master/net/ipv6/
H A Dip6_udp_tunnel.c77 int udp_tunnel6_xmit_skb(struct dst_entry *dst, struct sock *sk, argument
H A Dxfrm6_input.c32 static int xfrm6_transport_finish2(struct net *net, struct sock *sk, argument
72 static int __xfrm6_udp_encap_rcv(struct sock *sk, struct sk_buff *skb, bool pull) argument
165 int xfrm6_udp_encap_rcv(struct sock *sk, struct sk_buff *skb) argument
185 struct sk_buff *xfrm6_gro_udp_encap_rcv(struct sock *sk, struct list_head *head, argument
[all...]
H A Dudp_offload.c134 struct sock *sk = NULL; local
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c48 static int mlx5e_ktls_add(struct net_device *netdev, struct sock *sk, argument
78 mlx5e_ktls_resync(struct net_device *netdev, struct sock *sk, u32 seq, u8 *rcd_sn, enum tls_offload_ctx_dir direction) argument
/linux-master/net/ipv4/
H A Draw_diag.c37 static bool raw_lookup(struct net *net, const struct sock *sk, argument
61 struct sock *sk; local
94 struct sock *sk; local
126 sk_diag_dump(struct sock *sk, struct sk_buff *skb, struct netlink_callback *cb, const struct inet_diag_req_v2 *r, struct nlattr *bc, bool net_admin) argument
146 struct sock *sk = NULL; local
191 raw_diag_get_info(struct sock *sk, struct inet_diag_msg *r, void *info) argument
203 struct sock *sk; local
[all...]
H A Dudp_diag.c16 static int sk_diag_dump(struct sock *sk, struct sk_buff *skb, argument
34 struct sock *sk = NULL; local
106 struct sock *sk; local
159 udp_diag_get_info(struct sock *sk, struct inet_diag_msg *r, void *info) argument
172 struct sock *sk; local
[all...]
H A Dtcp_dctcp.c78 __bpf_kfunc static void dctcp_init(struct sock *sk) argument
107 __bpf_kfunc static u32 dctcp_ssthresh(struct sock *sk) argument
116 dctcp_update_alpha(struct sock *sk, u32 flags) argument
163 dctcp_react_to_loss(struct sock *sk) argument
172 dctcp_state(struct sock *sk, u8 new_state) argument
182 dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) argument
204 dctcp_get_info(struct sock *sk, u32 ext, int *attr, union tcp_cc_info *info) argument
232 dctcp_cwnd_undo(struct sock *sk) argument
[all...]
H A Dtcp_diag.c18 static void tcp_diag_get_info(struct sock *sk, struct inet_diag_msg *r, argument
85 static int tcp_diag_put_ulp(struct sk_buff *skb, struct sock *sk, argument
112 static int tcp_diag_get_aux(struct sock *sk, boo argument
144 tcp_diag_get_aux_size(struct sock *sk, bool net_admin) argument
207 struct sock *sk; local
[all...]
H A Dinet_timewait_sock.c100 void inet_twsk_hashdance(struct inet_timewait_sock *tw, struct sock *sk, argument
160 struct inet_timewait_sock *inet_twsk_alloc(const struct sock *sk, argument
271 struct sock *sk; local
[all...]
/linux-master/net/mptcp/
H A Dmptcp_diag.c15 static int sk_diag_dump(struct sock *sk, struct sk_buff *skb, argument
35 struct sock *sk; local
91 struct sock *sk; local
169 struct sock *sk = (struct sock *)msk; local
199 mptcp_diag_get_info(struct sock *sk, struct inet_diag_msg *r, void *_info) argument
[all...]
/linux-master/net/packet/
H A Ddiag.c129 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, argument
193 struct sock *sk; local
[all...]
/linux-master/net/netlink/
H A Ddiag.c12 static int sk_diag_dump_groups(struct sock *sk, struct sk_buff *nlskb) argument
23 static int sk_diag_put_flags(struct sock *sk, struct sk_buff *skb) argument
44 static int sk_diag_fill(struct sock *sk, struc argument
98 struct sock *sk; local
[all...]
/linux-master/net/rxrpc/
H A Dio_thread.c57 void rxrpc_error_report(struct sock *sk) argument
/linux-master/net/smc/
H A Dsmc_diag.c35 static void smc_diag_msg_common_fill(struct smc_diag_msg *r, struct sock *sk) argument
60 smc_diag_msg_attrs_fill(struct sock *sk, struct sk_buff *skb, struct smc_diag_msg *r, struct user_namespace *user_ns) argument
72 __smc_diag_dump(struct sock *sk, struct sk_buff *skb, struct netlink_callback *cb, const struct smc_diag_req *req, struct nlattr *bc) argument
205 struct sock *sk; local
[all...]
/linux-master/net/xdp/
H A Dxsk_diag.c92 static int xsk_diag_fill(struct sock *sk, struct sk_buff *nlskb, argument
156 struct sock *sk; local
[all...]
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c37 static int __child(int sk, int memfd) argument
99 static int child(int sk) argument
132 int sk; local
[all...]
/linux-master/fs/bcachefs/
H A Drebalance.c202 struct bkey_buf sk; local
/linux-master/net/unix/
H A Dgarbage.c92 struct sock *sk = sock->sk; local
289 struct sock *sk = &u->sk; local
[all...]
/linux-master/net/dccp/ccids/
H A Dccid2.h75 struct sock *sk; member in struct:ccid2_hc_tx_sock
112 static inline struct ccid2_hc_tx_sock *ccid2_hc_tx_sk(const struct sock *sk) argument
117 static inline struct ccid2_hc_rx_sock *ccid2_hc_rx_sk(const struct sock *sk) argument
/linux-master/net/rose/
H A Drose_subr.c32 void rose_clear_queues(struct sock *sk) argument
43 void rose_frames_acked(struct sock *sk, unsigned short nr) argument
60 void rose_requeue_frames(struct sock *sk) argument
82 int rose_validate_nr(struct sock *sk, unsigne argument
99 rose_write_internal(struct sock *sk, int frametype) argument
530 rose_disconnect(struct sock *sk, int reason, int cause, int diagnostic) argument
[all...]
/linux-master/net/dccp/
H A Dccid.h163 ccid_hc_tx_send_packet(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
171 ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, unsigned int len) argument
178 ccid_hc_rx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
185 ccid_hc_tx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
199 ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) argument
211 ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) argument
219 ccid_hc_rx_insert_options(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
227 ccid_hc_rx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) argument
234 ccid_hc_tx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) argument
241 ccid_hc_rx_getsockopt(struct ccid *ccid, struct sock *sk, const int optname, int len, u32 __user *optval, int __user *optlen) argument
252 ccid_hc_tx_getsockopt(struct ccid *ccid, struct sock *sk, const int optname, int len, u32 __user *optval, int __user *optlen) argument
[all...]
/linux-master/net/ipv6/ila/
H A Dila_lwt.c38 static int ila_output(struct net *net, struct sock *sk, struct sk_buff *skb) argument

Completed in 216 milliseconds

1234567891011>>