Home
last modified time | relevance | path

Searched refs:newsk (Results 1 – 8 of 8) sorted by relevance

/include/net/
Dbpf_sk_storage.h32 int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk);
42 struct sock *newsk) in bpf_sk_storage_clone() argument
Dinet_connection_sock.h264 struct sock *newsk,
Dtcp.h2295 void (*clone)(const struct request_sock *req, struct sock *newsk,
2320 void tcp_bpf_clone(const struct sock *sk, struct sock *newsk);
2336 static inline void tcp_bpf_clone(const struct sock *sk, struct sock *newsk) in tcp_bpf_clone() argument
/include/linux/
Dsecurity.h1410 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk);
1434 void security_sk_clone(const struct sock *sk, struct sock *newsk);
1441 void security_inet_csk_clone(struct sock *newsk,
1458 struct sock *newsk);
1465 struct sock *newsk) in security_unix_stream_connect() argument
1586 static inline void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone() argument
1610 static inline void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone() argument
1677 struct sock *newsk) in security_sctp_sk_clone() argument
Dskbuff.h2183 static inline void __skb_insert(struct sk_buff *newsk, in __skb_insert() argument
2190 WRITE_ONCE(newsk->next, next); in __skb_insert()
2191 WRITE_ONCE(newsk->prev, prev); in __skb_insert()
2192 WRITE_ONCE(((struct sk_buff_list *)next)->prev, newsk); in __skb_insert()
2193 WRITE_ONCE(((struct sk_buff_list *)prev)->next, newsk); in __skb_insert()
2287 struct sk_buff *newsk) in __skb_queue_after() argument
2289 __skb_insert(newsk, prev, ((struct sk_buff_list *)prev)->next, list); in __skb_queue_after()
2292 void skb_append(struct sk_buff *old, struct sk_buff *newsk,
2297 struct sk_buff *newsk) in __skb_queue_before() argument
2299 __skb_insert(newsk, ((struct sk_buff_list *)next)->prev, next, list); in __skb_queue_before()
[all …]
Dlsm_hook_defs.h285 struct sock *newsk)
314 struct sock *newsk)
319 LSM_HOOK(void, LSM_RET_VOID, inet_csk_clone, struct sock *newsk,
339 struct sock *sk, struct sock *newsk)
/include/net/sctp/
Dsctp.h102 void sctp_copy_sock(struct sock *newsk, struct sock *sk,
157 struct sock *oldsk, struct sock *newsk);
Dstructs.h511 void (*copy_ip_options)(struct sock *sk, struct sock *newsk);