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

1234567891011>>

/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/ipv4/
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/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/tools/testing/selftests/bpf/progs/
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 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 Dtcp_ca_kfunc.c31 BPF_PROG(init, struct sock *sk) argument
39 BPF_PROG(in_ack_event, struct sock *sk, u32 flags) argument
45 BPF_PROG(cong_control, struct sock *sk, u32 ack, int flag, const struct rate_sample *rs) argument
51 BPF_PROG(cong_avoid, struct sock *sk, u32 ack, u32 acked) argument
57 BPF_PROG(sndbuf_expand, struct sock *sk) argument
63 BPF_PROG(undo_cwnd, struct sock *sk) argument
70 BPF_PROG(cwnd_event, struct sock *sk, enum tcp_ca_event event) argument
78 BPF_PROG(ssthresh, struct sock *sk) argument
86 BPF_PROG(min_tso_segs, struct sock *sk) argument
92 BPF_PROG(set_state, struct sock *sk, u8 new_state) argument
100 BPF_PROG(pkts_acked, struct sock *sk, const struct ack_sample *sample) argument
[all...]
H A Dtcp_rtt.c31 struct bpf_sock *sk; local
H A Dmptcp_sock.c15 struct sock *sk; member in struct:mptcp_storage
35 struct bpf_sock *sk; local
[all...]
H A Dtest_tcpbpf_kern.c19 struct bpf_sock *sk; local
H A Dconnect6_prog.c32 struct bpf_sock *sk; local
[all...]
/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/include/net/
H A Dproto_memory.h11 static inline bool sk_has_memory_pressure(const struct sock *sk) argument
24 static inline bool sk_under_global_memory_pressure(const struct sock *sk) argument
29 static inline bool sk_under_memory_pressure(const struct sock *sk) argument
48 sk_memory_allocated(const struct sock *sk) argument
62 sk_memory_allocated_add(const struct sock *sk, int val) argument
73 sk_memory_allocated_sub(const struct sock *sk, int val) argument
[all...]
/linux-master/arch/arm64/boot/dts/ti/
H A DMakefile[all...]
/linux-master/scripts/dtc/include-prefixes/arm64/ti/
H A DMakefile[all...]

Completed in 396 milliseconds

1234567891011>>