Searched refs:nl_type (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/net/ynl/lib/ |
| A D | ynl.py | 192 self.nl_len, self.nl_type, self.nl_flags, self.nl_seq, self.nl_portid = \ 201 if self.nl_type == Netlink.NLMSG_ERROR: 205 elif self.nl_type == Netlink.NLMSG_DONE: 265 return self.nl_type 293 def _genl_msg(nl_type, nl_flags, genl_cmd, genl_version, seq=None): argument 297 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0) 377 def _message(self, nl_type, nl_flags, seq=None): argument 380 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0) 545 nl_type = attr.value 554 nl_type |= Netlink.NLA_F_NESTED [all …]
|
| /linux/net/xdp/ |
| 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()
|
| /linux/net/packet/ |
| A D | diag.c | 72 static int pdiag_put_ring(struct packet_ring_buffer *ring, int ver, int nl_type, in pdiag_put_ring() argument 95 return nla_put(nlskb, nl_type, sizeof(pdr), &pdr); in pdiag_put_ring()
|
Completed in 11 milliseconds