Home
last modified time | relevance | path

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

/include/linux/
Dskbuff.h1345 void skb_insert(struct sk_buff *old, struct sk_buff *newsk,
1347 static inline void __skb_insert(struct sk_buff *newsk, in __skb_insert() argument
1351 newsk->next = next; in __skb_insert()
1352 newsk->prev = prev; in __skb_insert()
1353 next->prev = prev->next = newsk; in __skb_insert()
1447 struct sk_buff *newsk) in __skb_queue_after() argument
1449 __skb_insert(newsk, prev, prev->next, list); in __skb_queue_after()
1452 void skb_append(struct sk_buff *old, struct sk_buff *newsk,
1457 struct sk_buff *newsk) in __skb_queue_before() argument
1459 __skb_insert(newsk, next->prev, next, list); in __skb_queue_before()
[all …]
Dsecurity.h1654 int (*unix_stream_connect) (struct sock *sock, struct sock *other, struct sock *newsk);
1680 void (*sk_clone_security) (const struct sock *sk, struct sock *newsk);
1685 void (*inet_csk_clone) (struct sock *newsk, const struct request_sock *req);
2666 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk);
2689 void security_sk_clone(const struct sock *sk, struct sock *newsk);
2695 void security_inet_csk_clone(struct sock *newsk,
2714 struct sock *newsk) in security_unix_stream_connect() argument
2829 static inline void security_sk_clone(const struct sock *sk, struct sock *newsk) in security_sk_clone() argument
2851 static inline void security_inet_csk_clone(struct sock *newsk, in security_inet_csk_clone() argument
/include/net/sctp/
Dsctp.h108 void sctp_copy_sock(struct sock *newsk, struct sock *sk,
145 struct sock *oldsk, struct sock *newsk);
/include/net/
Dinet_connection_sock.h268 struct dst_entry *inet_csk_route_child_sock(struct sock *sk, struct sock *newsk,