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.h263 struct sock *newsk,
Dtcp.h2239 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/
Dskbuff.h2016 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 …]
Dsecurity.h1393 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
Dlsm_hook_defs.h284 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/
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);