Searched refs:nl_flags (Results 1 – 2 of 2) 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 = \ 209 if self.nl_flags & Netlink.NLM_F_ACK_TLVS and extack_off: 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) 665 nl_flags = Netlink.NLM_F_REQUEST | Netlink.NLM_F_ACK 667 nl_flags |= flag 669 nl_flags |= Netlink.NLM_F_DUMP 672 msg = self.nlproto.message(nl_flags, op.req_value, 1, req_seq)
|
/openbmc/linux/net/ieee802154/ |
H A D | nl802154.c | 323 struct nlattr *nl_flags = nla_nest_start_noflag(msg, attr); in nl802154_put_flags() local 326 if (!nl_flags) in nl802154_put_flags() 338 nla_nest_end(msg, nl_flags); in nl802154_put_flags()
|