Searched refs:sk_diag_fill (Results 1 – 5 of 5) sorted by relevance
/net/vmw_vsock/ |
D | diag.c | 14 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 85 if (sk_diag_fill(sk, skb, in vsock_diag_dump() 119 if (sk_diag_fill(sk, skb, in vsock_diag_dump()
|
/net/netlink/ |
D | diag.c | 44 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 137 if (sk_diag_fill(sk, skb, req, in __netlink_diag_dump() 167 if (sk_diag_fill(sk, skb, req, in __netlink_diag_dump()
|
/net/unix/ |
D | diag.c | 123 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, struct unix_diag_req *req, in sk_diag_fill() function 195 return sk_diag_fill(sk, skb, req, user_ns, portid, seq, flags, sk_ino); in sk_diag_dump() 291 err = sk_diag_fill(sk, rep, req, sk_user_ns(NETLINK_CB(in_skb).sk), in unix_diag_get_exact()
|
/net/packet/ |
D | diag.c | 129 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 207 if (sk_diag_fill(sk, skb, req, in packet_diag_dump()
|
/net/ipv4/ |
D | inet_diag.c | 395 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 478 err = sk_diag_fill(sk, rep, req, in inet_diag_dump_one_icsk() 1013 res = sk_diag_fill(sk_arr[idx], skb, r, in inet_diag_dump_icsk()
|