Searched refs:sk_diag_fill (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/netlink/ |
D | diag.c | 57 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 129 if (sk_diag_fill(sk, skb, req, in __netlink_diag_dump() 152 if (sk_diag_fill(sk, skb, req, in __netlink_diag_dump()
|
/linux-4.4.14/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() 272 err = sk_diag_fill(sk, rep, req, NETLINK_CB(in_skb).portid, in unix_diag_get_exact()
|
/linux-4.4.14/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-4.4.14/net/ipv4/ |
D | inet_diag.c | 335 static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, in sk_diag_fill() function 394 err = sk_diag_fill(sk, rep, req, in inet_diag_dump_one_icsk() 845 res = sk_diag_fill(sk, skb, r, in inet_diag_dump_icsk()
|