Searched refs:sk_diag_fill (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/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()
|
| /Linux-v5.4/net/netlink/ |
| D | diag.c | 44 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 136 if (sk_diag_fill(sk, skb, req, in __netlink_diag_dump() 166 if (sk_diag_fill(sk, skb, req, in __netlink_diag_dump()
|
| /Linux-v5.4/net/unix/ |
| D | diag.c | 122 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, struct unix_diag_req *req, in sk_diag_fill() function 192 return sk_diag_fill(sk, skb, req, portid, seq, flags, sk_ino); in sk_diag_dump() 288 err = sk_diag_fill(sk, rep, req, NETLINK_CB(in_skb).portid, in unix_diag_get_exact()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/net/ipv4/ |
| D | inet_diag.c | 402 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 485 err = sk_diag_fill(sk, rep, req, in inet_diag_dump_one_icsk() 1019 res = sk_diag_fill(sk_arr[idx], skb, r, in inet_diag_dump_icsk()
|