Searched defs:sk (Results 101 - 125 of 686) sorted by relevance

1234567891011>>

/linux-master/drivers/isdn/mISDN/
H A Ddsp_dtmf.c123 s32 sk, sk1, sk2; local
[all...]
/linux-master/drivers/net/ppp/
H A Dpppox.c53 void pppox_unbind_sock(struct sock *sk) argument
69 struct sock *sk = sock->sk; local
[all...]
/linux-master/net/bridge/
H A Dbr_stp_bpdu.c29 static int br_send_bpdu_finish(struct net *net, struct sock *sk, argument
/linux-master/net/bluetooth/bnep/
H A Dnetdev.c54 struct sock *sk = s->sock->sk; local
168 struct sock *sk = s->sock->sk; local
[all...]
/linux-master/net/x25/
H A Dx25_subr.c34 void x25_clear_queues(struct sock *sk) argument
51 void x25_frames_acked(struct sock *sk, unsigned short nr) argument
68 void x25_requeue_frames(struct sock *sk) argument
90 int x25_validate_nr(struct sock *sk, unsigne argument
109 x25_write_internal(struct sock *sk, int frametype) argument
260 x25_decode(struct sock *sk, struct sk_buff *skb, int *ns, int *nr, int *q, int *d, int *m) argument
338 x25_disconnect(struct sock *sk, int reason, unsigned char cause, unsigned char diagnostic) argument
372 x25_check_rbuf(struct sock *sk) argument
[all...]
H A Dx25_in.c32 static int x25_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) argument
87 static int x25_state1_machine(struct sock *sk, struct sk_buff *skb, int frametype) argument
175 x25_state2_machine(struct sock *sk, struct sk_buff *skb, int frametype) argument
208 x25_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype, int ns, int nr, int q, int d, int m) argument
344 x25_state4_machine(struct sock *sk, struct sk_buff *skb, int frametype) argument
390 x25_state5_machine(struct sock *sk, struct sk_buff *skb, int frametype) argument
415 x25_process_rx_frame(struct sock *sk, struct sk_buff *skb) argument
448 x25_backlog_rcv(struct sock *sk, struct sk_buff *skb) argument
[all...]
/linux-master/net/bluetooth/cmtp/
H A Dsock.c51 struct sock *sk = sock->sk; local
203 struct sock *sk; local
[all...]
/linux-master/net/dccp/
H A Dqpolicy.c15 static void qpolicy_simple_push(struct sock *sk, struct sk_buff *skb) argument
20 static bool qpolicy_simple_full(struct sock *sk) argument
26 static struct sk_buff *qpolicy_simple_top(struct sock *sk) argument
36 static struct sk_buff *qpolicy_prio_best_skb(struct sock *sk) argument
46 qpolicy_prio_worst_skb(struct sock *sk) argument
56 qpolicy_prio_full(struct sock *sk) argument
95 dccp_qpolicy_push(struct sock *sk, struct sk_buff *skb) argument
100 dccp_qpolicy_full(struct sock *sk) argument
105 dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb) argument
113 dccp_qpolicy_top(struct sock *sk) argument
118 dccp_qpolicy_pop(struct sock *sk) argument
130 dccp_qpolicy_param_ok(struct sock *sk, __be32 param) argument
[all...]
H A Dminisocks.c32 void dccp_time_wait(struct sock *sk, int state, int timeo) argument
78 struct sock *dccp_create_openreq_child(const struct sock *sk, argument
143 dccp_check_req(struct sock *sk, struct sk_buff *skb, struct request_sock *req) argument
249 dccp_reqsk_send_ack(const struct sock *sk, struct sk_buff *skb, struct request_sock *rsk) argument
[all...]
/linux-master/net/dccp/ccids/lib/
H A Dloss_interval.c138 tfrc_lh_interval_add(struct tfrc_loss_hist *lh, struct tfrc_rx_hist *rh, u32 (*calc_first_li)(struct sock *), struct sock *sk) argument
/linux-master/net/bluetooth/
H A Dmgmt_config.c44 int read_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data, argument
128 int set_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data, argument
330 int read_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data, argument
339 set_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data, u16 data_len) argument
[all...]
/linux-master/net/ax25/
H A Dax25_in.c188 struct sock *make, *sk; local
[all...]
/linux-master/net/llc/
H A Dllc_proc.c37 struct sock *sk = NULL; local
70 struct sock *sk = NULL; local
82 struct sock* sk, *next; local
117 struct sock *sk = v; local
128 struct sock* sk; local
177 struct sock* sk; local
[all...]
/linux-master/drivers/net/vxlan/
H A Dvxlan_multicast.c23 struct sock *sk; local
57 struct sock *sk; local
[all...]
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c18 static int fun_ktls_add(struct net_device *netdev, struct sock *sk, argument
95 static int fun_ktls_resync(struct net_device *netdev, struct sock *sk, u32 seq, argument
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_check_syncookie_kern.c26 static __always_inline __s64 gen_syncookie(void *data_end, struct bpf_sock *sk, argument
49 struct bpf_sock *sk; local
[all...]
H A Dbind4_prog.c101 struct bpf_sock *sk; local
H A Dlsm_cgroup.c54 struct sock *sk; local
144 int BPF_PROG(socket_alloc, struct sock *sk, int family, gfp_t priority) argument
/linux-master/net/ipv4/
H A Dtcp_yeah.c41 static void tcp_yeah_init(struct sock *sk) argument
58 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked) argument
187 static u32 tcp_yeah_ssthresh(struct sock *sk) argument
[all...]
/linux-master/include/linux/
H A Dif_tap.h64 struct sock sk; member in struct:tap_queue
/linux-master/net/netfilter/
H A Dxt_TPROXY.c41 struct sock *sk; local
110 struct sock *sk; local
[all...]
/linux-master/net/tipc/
H A Dname_table.h79 struct tipc_socket_addr sk; member in struct:publication
/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c101 static unsigned int test_skcipher_encdec(struct skcipher_def *sk, argument
128 struct skcipher_def sk; local
[all...]
/linux-master/include/linux/can/
H A Dskb.h73 static inline void can_skb_set_owner(struct sk_buff *skb, struct sock *sk) argument
/linux-master/net/rds/
H A Dbind.c165 struct sock *sk = sock->sk; local

Completed in 236 milliseconds

1234567891011>>