Home
last modified time | relevance | path

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

/include/net/
Dbpf_sk_storage.h31 int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk);
41 struct sock *newsk) in bpf_sk_storage_clone() argument
Dinet_connection_sock.h265 struct sock *newsk,
Dtcp.h2234 void (*clone)(const struct request_sock *req, struct sock *newsk,
2257 void tcp_bpf_clone(const struct sock *sk, struct sock *newsk);
2259 static inline void tcp_bpf_clone(const struct sock *sk, struct sock *newsk) in tcp_bpf_clone() argument
/include/linux/
Dskbuff.h1954 static inline void __skb_insert(struct sk_buff *newsk, in __skb_insert() argument
1961 WRITE_ONCE(newsk->next, next); in __skb_insert()
1962 WRITE_ONCE(newsk->prev, prev); in __skb_insert()
1963 WRITE_ONCE(next->prev, newsk); in __skb_insert()
1964 WRITE_ONCE(prev->next, newsk); in __skb_insert()
2058 struct sk_buff *newsk) in __skb_queue_after() argument
2060 __skb_insert(newsk, prev, prev->next, list); in __skb_queue_after()
2063 void skb_append(struct sk_buff *old, struct sk_buff *newsk,
2068 struct sk_buff *newsk) in __skb_queue_before() argument
2070 __skb_insert(newsk, next->prev, next, list); in __skb_queue_before()
[all …]
Dsecurity.h1359 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk);
1383 void security_sk_clone(const struct sock *sk, struct sock *newsk);
1390 void security_inet_csk_clone(struct sock *newsk,
1407 struct sock *newsk);
1412 struct sock *newsk) in security_unix_stream_connect() argument
1535 static inline void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone() argument
1559 static inline void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone() argument
1626 struct sock *newsk) in security_sctp_sk_clone() argument
Dlsm_hook_defs.h276 struct sock *newsk)
305 struct sock *newsk)
310 LSM_HOOK(void, LSM_RET_VOID, inet_csk_clone, struct sock *newsk,
330 struct sock *sk, struct sock *newsk)
/include/net/sctp/
Dsctp.h100 void sctp_copy_sock(struct sock *newsk, struct sock *sk,
154 struct sock *oldsk, struct sock *newsk);
Dstructs.h506 void (*copy_ip_options)(struct sock *sk, struct sock *newsk);