Searched refs:sk_diag_fill (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/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-5.19.10/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-5.19.10/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 193 return sk_diag_fill(sk, skb, req, portid, seq, flags, sk_ino); in sk_diag_dump() 289 err = sk_diag_fill(sk, rep, req, NETLINK_CB(in_skb).portid, in unix_diag_get_exact()
|
/linux-5.19.10/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-5.19.10/net/ipv4/ |
D | inet_diag.c | 495 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 575 err = sk_diag_fill(sk, rep, cb, req, 0, net_admin); in inet_diag_dump_one_icsk() 1141 res = sk_diag_fill(sk_arr[idx], skb, cb, r, in inet_diag_dump_icsk()
|