Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dinet_diag.h82 int inet_diag_msg_attrs_fill(struct sock *sk, struct sk_buff *skb,
/linux-5.19.10/net/ipv4/
Dinet_diag.c122 int inet_diag_msg_attrs_fill(struct sock *sk, struct sk_buff *skb, in inet_diag_msg_attrs_fill() function
204 EXPORT_SYMBOL_GPL(inet_diag_msg_attrs_fill);
266 if (inet_diag_msg_attrs_fill(sk, skb, r, ext, in inet_sk_diag_fill()
/linux-5.19.10/net/sctp/
Ddiag.c153 if (inet_diag_msg_attrs_fill(sk, skb, r, ext, user_ns, net_admin)) in inet_sctp_diag_fill()