Searched refs:sk_diag_fill (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/vmw_vsock/ |
D | diag.c | 22 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 93 if (sk_diag_fill(sk, skb, in vsock_diag_dump() 127 if (sk_diag_fill(sk, skb, in vsock_diag_dump()
|
/Linux-v4.19/net/netlink/ |
D | diag.c | 43 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 135 if (sk_diag_fill(sk, skb, req, in __netlink_diag_dump() 165 if (sk_diag_fill(sk, skb, req, in __netlink_diag_dump()
|
/Linux-v4.19/net/unix/ |
D | diag.c | 112 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, struct unix_diag_req *req, in sk_diag_fill() function 178 return sk_diag_fill(sk, skb, req, portid, seq, flags, sk_ino); in sk_diag_dump() 274 err = sk_diag_fill(sk, rep, req, NETLINK_CB(in_skb).portid, in unix_diag_get_exact()
|
/Linux-v4.19/net/packet/ |
D | diag.c | 128 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 206 if (sk_diag_fill(sk, skb, req, in packet_diag_dump()
|
/Linux-v4.19/net/ipv4/ |
D | inet_diag.c | 398 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 481 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()
|