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