Searched refs:newsk (Results 1 – 8 of 8) sorted by relevance
/include/net/ |
D | bpf_sk_storage.h | 32 int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk); 42 struct sock *newsk) in bpf_sk_storage_clone() argument
|
D | inet_connection_sock.h | 263 struct sock *newsk,
|
D | tcp.h | 2239 void (*clone)(const struct request_sock *req, struct sock *newsk, 2264 void tcp_bpf_clone(const struct sock *sk, struct sock *newsk); 2272 static inline void tcp_bpf_clone(const struct sock *sk, struct sock *newsk) in tcp_bpf_clone() argument
|
/include/linux/ |
D | skbuff.h | 2016 static inline void __skb_insert(struct sk_buff *newsk, in __skb_insert() argument 2023 WRITE_ONCE(newsk->next, next); in __skb_insert() 2024 WRITE_ONCE(newsk->prev, prev); in __skb_insert() 2025 WRITE_ONCE(next->prev, newsk); in __skb_insert() 2026 WRITE_ONCE(prev->next, newsk); in __skb_insert() 2120 struct sk_buff *newsk) in __skb_queue_after() argument 2122 __skb_insert(newsk, prev, prev->next, list); in __skb_queue_after() 2125 void skb_append(struct sk_buff *old, struct sk_buff *newsk, 2130 struct sk_buff *newsk) in __skb_queue_before() argument 2132 __skb_insert(newsk, next->prev, next, list); in __skb_queue_before() [all …]
|
D | security.h | 1393 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk); 1417 void security_sk_clone(const struct sock *sk, struct sock *newsk); 1424 void security_inet_csk_clone(struct sock *newsk, 1441 struct sock *newsk); 1446 struct sock *newsk) in security_unix_stream_connect() argument 1567 static inline void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone() argument 1591 static inline void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone() argument 1658 struct sock *newsk) in security_sctp_sk_clone() argument
|
D | lsm_hook_defs.h | 284 struct sock *newsk) 313 struct sock *newsk) 318 LSM_HOOK(void, LSM_RET_VOID, inet_csk_clone, struct sock *newsk, 338 struct sock *sk, struct sock *newsk)
|
/include/net/sctp/ |
D | sctp.h | 102 void sctp_copy_sock(struct sock *newsk, struct sock *sk, 157 struct sock *oldsk, struct sock *newsk);
|
D | structs.h | 511 void (*copy_ip_options)(struct sock *sk, struct sock *newsk);
|