Searched refs:sk_psock_link (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dskmsg.h68 struct sk_psock_link { struct
413 static inline struct sk_psock_link *sk_psock_init_link(void)
415 return kzalloc(sizeof(struct sk_psock_link),
419 static inline void sk_psock_free_link(struct sk_psock_link *link)
424 struct sk_psock_link *sk_psock_link_pop(struct sk_psock *psock);
/linux-master/net/core/
H A Dsock_map.c129 struct sk_psock_link *link,
143 struct sk_psock_link *link, *tmp;
471 struct sk_psock_link *link;
991 struct sk_psock_link *link;
1565 static void sock_map_unlink(struct sock *sk, struct sk_psock_link *link)
1581 struct sk_psock_link *link;
H A Dskmsg.c755 struct sk_psock_link *sk_psock_link_pop(struct sk_psock *psock)
757 struct sk_psock_link *link;
760 link = list_first_entry_or_null(&psock->link, struct sk_psock_link,
792 struct sk_psock_link *link, *tmp;

Completed in 204 milliseconds