Searched refs:unlh (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | inet_diag.c | 111 const struct nlmsghdr *unlh) in inet_sk_diag_fill() argument 125 nlh = nlmsg_put(skb, portid, seq, unlh->nlmsg_type, sizeof(*r), in inet_sk_diag_fill() 259 const struct nlmsghdr *unlh) in inet_csk_diag_fill() argument 262 user_ns, portid, seq, nlmsg_flags, unlh); in inet_csk_diag_fill() 268 const struct nlmsghdr *unlh) in inet_twsk_diag_fill() argument 275 nlh = nlmsg_put(skb, portid, seq, unlh->nlmsg_type, sizeof(*r), in inet_twsk_diag_fill() 304 const struct nlmsghdr *unlh) in inet_req_diag_fill() argument 310 nlh = nlmsg_put(skb, portid, seq, unlh->nlmsg_type, sizeof(*r), in inet_req_diag_fill() 339 const struct nlmsghdr *unlh) in sk_diag_fill() argument 343 nlmsg_flags, unlh); in sk_diag_fill() [all …]
|
/linux-4.4.14/include/linux/ |
D | inet_diag.h | 35 const struct nlmsghdr *unlh);
|