Searched defs:sk (Results 51 - 75 of 686) sorted by relevance

1234567891011>>

/linux-master/net/ipv4/
H A Dtcp_scalable.c18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked) argument
34 static u32 tcp_scalable_ssthresh(struct sock *sk) argument
H A Dtcp_plb.c25 void tcp_plb_update_state(const struct sock *sk, struct tcp_plb_state *plb, argument
46 void tcp_plb_check_rehash(struct sock *sk, struct tcp_plb_state *plb) argument
91 void tcp_plb_update_state_upon_rto(struct sock *sk, struct tcp_plb_state *plb) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dmptcp_sock.c15 struct sock *sk; member in struct:mptcp_storage
35 struct bpf_sock *sk; local
[all...]
H A Dbpf_iter_setsockopt.c44 struct sock *sk; local
H A Dcgrp_ls_attach_cgroup.c28 struct bpf_sock *sk; local
57 struct bpf_sock *sk; local
[all...]
H A Dtcp_ca_write_sk_pacing.c14 static inline struct tcp_sock *tcp_sk(const struct sock *sk) argument
30 void BPF_PROG(write_sk_pacing_init, struct sock *sk) argument
41 void BPF_PROG(write_sk_pacing_cong_control, struct sock *sk, argument
53 __u32 BPF_PROG(write_sk_pacing_ssthresh, struct sock *sk) argument
59 BPF_PROG(write_sk_pacing_undo_cwnd, struct sock *sk) argument
[all...]
H A Dsockopt_sk.c35 struct bpf_sock *sk; local
145 struct bpf_sock *sk; local
[all...]
H A Dexceptions_assert.c65 struct bpf_sock *sk = ctx->sk; local
92 struct bpf_sock *sk = ctx->sk; local
[all...]
H A Dsock_iter_batch.c26 struct sock *sk = (struct sock *)ctx->sk_common; local
64 struct sock *sk = (struct sock *)ctx->udp_sk; local
[all...]
H A Dtest_tcpbpf_kern.c30 struct bpf_sock *sk; local
/linux-master/net/rose/
H A Drose_timer.c32 void rose_start_heartbeat(struct sock *sk) argument
42 void rose_start_t1timer(struct sock *sk) argument
54 rose_start_t2timer(struct sock *sk) argument
66 rose_start_t3timer(struct sock *sk) argument
78 rose_start_hbtimer(struct sock *sk) argument
90 rose_start_idletimer(struct sock *sk) argument
104 rose_stop_heartbeat(struct sock *sk) argument
109 rose_stop_timer(struct sock *sk) argument
114 rose_stop_idletimer(struct sock *sk) argument
121 struct sock *sk = from_timer(sk, t, sk_timer); local
162 struct sock *sk = &rose->sock; local
192 struct sock *sk = &rose->sock; local
[all...]
/linux-master/net/tls/
H A Dtls_toe.c46 static void tls_toe_sk_destruct(struct sock *sk) argument
57 int tls_toe_bypass(struct sock *sk) argument
84 tls_toe_unhash(struct sock *sk) argument
103 tls_toe_hash(struct sock *sk) argument
[all...]
/linux-master/net/bluetooth/
H A Dmgmt_util.h27 struct sock *sk; member in struct:mgmt_mesh_tx
39 struct sock *sk; member in struct:mgmt_pending_cmd
/linux-master/net/llc/
H A Dllc_if.c44 int llc_build_and_send_pkt(struct sock *sk, struct sk_buff *skb) argument
83 int llc_establish_connection(struct sock *sk, const u8 *lmac, u8 *dmac, u8 dsap) argument
129 llc_send_disc(struct sock *sk) argument
[all...]
/linux-master/net/handshake/
H A Dalert.c74 u8 tls_get_record_type(const struct sock *sk, const struct cmsghdr *cmsg) argument
97 void tls_alert_recv(const struct sock *sk, const struct msghdr *msg, argument
/linux-master/net/rds/
H A Dtcp_connect.c40 void rds_tcp_state_change(struct sock *sk) argument
[all...]
/linux-master/net/ipv6/
H A Dxfrm6_output.c22 struct sock *sk = skb->sk; local
34 struct sock *sk = skb->sk; local
43 static int __xfrm6_output_finish(struct net *net, struct sock *sk, struct sk_buff *skb) argument
61 __xfrm6_output(struct net *net, struct sock *sk, struct sk_buff *skb) argument
106 xfrm6_output(struct net *net, struct sock *sk, struct sk_buff *skb) argument
[all...]
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dconnect.c8 int sk, lsk; local
34 int sk = socket(test_family, SOCK_STREAM, IPPROTO_TCP); local
[all...]
/linux-master/include/linux/
H A Dsock_diag.h36 static inline u64 sock_gen_cookie(struct sock *sk) argument
55 enum sknetlink_groups sock_diag_destroy_group(const struct sock *sk) argument
88 sock_diag_has_destroy_listeners(const struct sock *sk) argument
[all...]
/linux-master/net/dccp/
H A Ddiag.c16 static void dccp_get_info(struct sock *sk, struct tcp_info *info) argument
39 static void dccp_diag_get_info(struct sock *sk, struct inet_diag_msg *r, argument
/linux-master/net/mptcp/
H A Ddiag.c15 static int subflow_get_info(struct sock *sk, struct sk_buff *skb) argument
87 static size_t subflow_get_info_size(const struct sock *sk) argument
/linux-master/arch/arm64/boot/dts/ti/
H A DMakefile[all...]
/linux-master/scripts/dtc/include-prefixes/arm64/ti/
H A DMakefile[all...]
/linux-master/net/netfilter/
H A Dxt_cgroup.c104 struct sock *sk = skb->sk; local
118 struct sock *sk = skb->sk; local
136 struct sock *sk = skb->sk; local
[all...]
/linux-master/include/net/
H A Despintcp.h33 static inline struct espintcp_ctx *espintcp_getctx(const struct sock *sk) argument

Completed in 213 milliseconds

1234567891011>>