Searched refs:needs_id (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | pm_userspace.c | 30 bool needs_id) in mptcp_userspace_pm_append_new_local_addr() argument 45 if (addr_match && entry->addr.id == 0 && needs_id) in mptcp_userspace_pm_append_new_local_addr() 68 if (!e->addr.id && needs_id) in mptcp_userspace_pm_append_new_local_addr()
|
H A D | pm_netlink.c | 972 bool needs_id, bool replace) in mptcp_pm_nl_append_new_local_addr() argument 1031 if (!entry->addr.id && needs_id) { in mptcp_pm_nl_append_new_local_addr() 1042 if (!entry->addr.id && needs_id) in mptcp_pm_nl_append_new_local_addr()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30.py | 1660 def write_object(self, o, _id, needs_id): argument 1753 def write_object(self, o, _id, needs_id): argument 1757 if needs_id: 1875 def write_object(self, o, _id, needs_id): argument 1884 if needs_id:
|