Searched refs:sk_diag_fill (Results 1 – 4 of 4) sorted by relevance
/net/netlink/ |
D | diag.c | 22 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 90 if (sk_diag_fill(sk, skb, req, in __netlink_diag_dump() 113 if (sk_diag_fill(sk, skb, req, in __netlink_diag_dump()
|
/net/unix/ |
D | diag.c | 113 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, struct unix_diag_req *req, in sk_diag_fill() function 179 return sk_diag_fill(sk, skb, req, portid, seq, flags, sk_ino); in sk_diag_dump() 275 err = sk_diag_fill(sk, rep, req, NETLINK_CB(in_skb).portid, 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 | 348 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 427 err = sk_diag_fill(sk, rep, req, in inet_diag_dump_one_icsk() 945 res = sk_diag_fill(sk, skb, r, in inet_diag_dump_icsk()
|