Searched refs:inet_sk_diag_fill (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/net/ipv4/ |
| D | raw_diag.c | 113 err = inet_sk_diag_fill(sk, NULL, rep, r, in raw_diag_dump_one() 141 return inet_sk_diag_fill(sk, NULL, skb, r, in sk_diag_dump()
|
| D | udp_diag.c | 28 return inet_sk_diag_fill(sk, NULL, skb, req, in sk_diag_dump() 76 err = inet_sk_diag_fill(sk, NULL, rep, req, in udp_dump_one()
|
| D | inet_diag.c | 162 int inet_sk_diag_fill(struct sock *sk, struct inet_connection_sock *icsk, in inet_sk_diag_fill() function 309 EXPORT_SYMBOL_GPL(inet_sk_diag_fill); 319 return inet_sk_diag_fill(sk, inet_csk(sk), skb, req, user_ns, in inet_csk_diag_fill()
|
| /Linux-v4.19/include/linux/ |
| D | inet_diag.h | 44 int inet_sk_diag_fill(struct sock *sk, struct inet_connection_sock *icsk,
|