Searched refs:nl_type (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 339 self.nl_len, self.nl_type, self.nl_flags, self.nl_seq, self.nl_portid = \ 348 if self.nl_type == Netlink.NLMSG_ERROR: 352 elif self.nl_type == Netlink.NLMSG_DONE: 393 return self.nl_type 420 def _genl_msg(nl_type, nl_flags, genl_cmd, genl_version, seq=None): argument 424 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0) 577 def _message(self, nl_type, nl_flags, seq=None): argument 580 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0) 808 nl_type = attr.value 817 nl_type |= Netlink.NLA_F_NESTED [all …]
|
| /linux/net/xdp/ |
| H A D | xsk_diag.c | 26 static int xsk_diag_put_ring(const struct xsk_queue *queue, int nl_type, in xsk_diag_put_ring() argument 32 return nla_put(nlskb, nl_type, sizeof(dr), &dr); in xsk_diag_put_ring()
|