Home
last modified time | relevance | path

Searched refs:inet_diag_msg_attrs_fill (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dinet_diag.h83 int inet_diag_msg_attrs_fill(struct sock *sk, struct sk_buff *skb,
/linux/net/ipv4/
H A Dinet_diag.c125 int inet_diag_msg_attrs_fill(struct sock *sk, struct sk_buff *skb, in inet_diag_msg_attrs_fill() function
207 EXPORT_SYMBOL_GPL(inet_diag_msg_attrs_fill);
276 if (inet_diag_msg_attrs_fill(sk, skb, r, ext, in inet_sk_diag_fill()
/linux/net/sctp/
H A Ddiag.c153 if (inet_diag_msg_attrs_fill(sk, skb, r, ext, user_ns, net_admin)) in inet_sctp_diag_fill()