Searched refs:inet_sk_diag_fill (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | inet_diag.h | 31 int inet_sk_diag_fill(struct sock *sk, struct inet_connection_sock *icsk,
|
/linux-4.4.14/net/ipv4/ |
D | udp_diag.c | 28 return inet_sk_diag_fill(sk, NULL, skb, req, in sk_diag_dump() 75 err = inet_sk_diag_fill(sk, NULL, rep, req, in udp_dump_one()
|
D | inet_diag.c | 107 int inet_sk_diag_fill(struct sock *sk, struct inet_connection_sock *icsk, in inet_sk_diag_fill() function 252 EXPORT_SYMBOL_GPL(inet_sk_diag_fill); 261 return inet_sk_diag_fill(sk, inet_csk(sk), skb, req, in inet_csk_diag_fill()
|