Searched refs:inet_sk_diag_fill (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | raw_diag.c | 111 err = inet_sk_diag_fill(sk, NULL, rep, r, in raw_diag_dump_one() 139 return inet_sk_diag_fill(sk, NULL, skb, r, in sk_diag_dump()
|
| D | udp_diag.c | 24 return inet_sk_diag_fill(sk, NULL, skb, req, in sk_diag_dump() 73 err = inet_sk_diag_fill(sk, NULL, rep, req, in udp_dump_one()
|
| D | inet_diag.c | 159 int inet_sk_diag_fill(struct sock *sk, struct inet_connection_sock *icsk, in inet_sk_diag_fill() function 313 EXPORT_SYMBOL_GPL(inet_sk_diag_fill); 323 return inet_sk_diag_fill(sk, inet_csk(sk), skb, req, user_ns, in inet_csk_diag_fill()
|
| /Linux-v5.4/include/linux/ |
| D | inet_diag.h | 44 int inet_sk_diag_fill(struct sock *sk, struct inet_connection_sock *icsk,
|