Searched refs:nl_type (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/net/ynl/lib/ |
H A D | ynl.py | 190 self.nl_len, self.nl_type, self.nl_flags, self.nl_seq, self.nl_portid = \ 199 if self.nl_type == Netlink.NLMSG_ERROR: 203 elif self.nl_type == Netlink.NLMSG_DONE: 238 return self.nl_type 266 def _genl_msg(nl_type, nl_flags, genl_cmd, genl_version, seq=None): argument 270 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0) 350 def _message(self, nl_type, nl_flags, seq=None): argument 353 nlmsg = struct.pack("HHII", nl_type, nl_flags, seq, 0) 450 nl_type = attr.value 452 nl_type |= Netlink.NLA_F_NESTED [all …]
|
/openbmc/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()
|
/openbmc/linux/net/packet/ |
H 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()
|