Searched refs:unlh (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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() 255 const struct nlmsghdr *unlh) in inet_csk_diag_fill() argument 258 user_ns, portid, seq, nlmsg_flags, unlh); in inet_csk_diag_fill() 264 const struct nlmsghdr *unlh) in inet_twsk_diag_fill() argument 271 nlh = nlmsg_put(skb, portid, seq, unlh->nlmsg_type, sizeof(*r), in inet_twsk_diag_fill() 300 const struct nlmsghdr *unlh) in inet_req_diag_fill() argument 306 nlh = nlmsg_put(skb, portid, seq, unlh->nlmsg_type, sizeof(*r), in inet_req_diag_fill() 335 const struct nlmsghdr *unlh) in sk_diag_fill() argument 339 nlmsg_flags, unlh); in sk_diag_fill() [all …]
|
/linux-4.1.27/include/linux/ |
D | inet_diag.h | 34 const struct nlmsghdr *unlh);
|