Lines Matching refs:nlh
1321 static void tcp_show_info(const struct nlmsghdr *nlh, struct inet_diag_msg *r) in tcp_show_info() argument
1328 nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*r))); in tcp_show_info()
1404 static int tcp_show_sock(struct nlmsghdr *nlh, struct filter *f) in tcp_show_sock() argument
1406 struct inet_diag_msg *r = NLMSG_DATA(nlh); in tcp_show_sock()
1460 tcp_show_info(nlh, r); in tcp_show_sock()
1473 struct nlmsghdr nlh; in tcp_show_netlink() member
1489 req.nlh.nlmsg_len = sizeof(req); in tcp_show_netlink()
1490 req.nlh.nlmsg_type = socktype; in tcp_show_netlink()
1491 req.nlh.nlmsg_flags = NLM_F_ROOT|NLM_F_MATCH|NLM_F_REQUEST; in tcp_show_netlink()
1492 req.nlh.nlmsg_pid = 0; in tcp_show_netlink()
1493 req.nlh.nlmsg_seq = 123456; in tcp_show_netlink()
1516 req.nlh.nlmsg_len += RTA_LENGTH(bclen); in tcp_show_netlink()