Home
last modified time | relevance | path

Searched defs:nh (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/libnl/lib/route/
H A Dnexthop.c41 struct rtnl_nexthop *nh; in rtnl_route_nh_alloc() local
54 struct rtnl_nexthop *nh; in rtnl_route_nh_clone() local
96 void rtnl_route_nh_free(struct rtnl_nexthop *nh) in rtnl_route_nh_free()
156 static void nh_dump_line(struct rtnl_nexthop *nh, struct nl_dump_params *dp) in nh_dump_line()
196 static void nh_dump_details(struct rtnl_nexthop *nh, struct nl_dump_params *dp) in nh_dump_details()
246 void rtnl_route_nh_dump(struct rtnl_nexthop *nh, struct nl_dump_params *dp) in rtnl_route_nh_dump()
264 void nh_set_encap(struct rtnl_nexthop *nh, struct rtnl_nh_encap *rtnh_encap) in nh_set_encap()
287 void rtnl_route_nh_set_weight(struct rtnl_nexthop *nh, uint8_t weight) in rtnl_route_nh_set_weight()
293 uint8_t rtnl_route_nh_get_weight(struct rtnl_nexthop *nh) in rtnl_route_nh_get_weight()
298 void rtnl_route_nh_set_ifindex(struct rtnl_nexthop *nh, int ifindex) in rtnl_route_nh_set_ifindex()
[all …]
H A Droute_obj.c112 struct rtnl_nexthop *nh, *tmp; in route_free_data() local
131 struct rtnl_nexthop *nh, *new; in route_clone() local
201 struct rtnl_nexthop *nh; in route_dump_line() local
296 struct rtnl_nexthop *nh; in route_dump_details() local
904 void rtnl_route_add_nexthop(struct rtnl_route *route, struct rtnl_nexthop *nh) in rtnl_route_add_nexthop()
911 void rtnl_route_remove_nexthop(struct rtnl_route *route, struct rtnl_nexthop *nh) in rtnl_route_remove_nexthop()
939 struct rtnl_nexthop *nh; in rtnl_route_foreach_nexthop() local
950 struct rtnl_nexthop *nh; in rtnl_route_nexthop_n() local
1024 struct rtnl_nexthop *nh; in rtnl_route_guess_scope() local
1087 _nl_auto_rtnl_nexthop struct rtnl_nexthop *nh = NULL; in parse_multipath() local
[all …]
H A Dnh_encap_mpls.c55 static int mpls_encap_parse_msg(struct nlattr *nla, struct rtnl_nexthop *nh) in mpls_encap_parse_msg()
104 int rtnl_route_nh_encap_mpls(struct rtnl_nexthop *nh, in rtnl_route_nh_encap_mpls()
135 struct nl_addr *rtnl_route_nh_get_encap_mpls_dst(struct rtnl_nexthop *nh) in rtnl_route_nh_get_encap_mpls_dst()
149 uint8_t rtnl_route_nh_get_encap_mpls_ttl(struct rtnl_nexthop *nh) in rtnl_route_nh_get_encap_mpls_ttl()
H A Dnh.c158 struct rtnl_nh *nh = nl_object_priv(obj); in nh_free() local
165 void rtnl_nh_put(struct rtnl_nh *nh) in rtnl_nh_put()
268 int rtnl_nh_get_id(struct rtnl_nh *nh) in rtnl_nh_get_id()
390 struct rtnl_nh *nh = nl_object_priv(obj); in nh_dump_line() local
422 static void nh_dump_details(struct nl_object *nh, struct nl_dump_params *dp) in nh_dump_details()
451 struct rtnl_nh *nh; in rtnl_nh_get() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c53 struct nlmsghdr *nh = (void *)data; in init_genl_req() local
69 static void nl_error(struct nlmsghdr *nh) in nl_error()
105 struct nlmsghdr *nh; in capture_events() local
202 static int do_nl_req(int fd, struct nlmsghdr *nh, int len, int max) in do_nl_req()
308 struct nlmsghdr *nh; in resolve_mptcp_pm_netlink() local
335 struct nlmsghdr *nh; in dsf() local
446 struct nlmsghdr *nh; in csf() local
571 struct nlmsghdr *nh; in remove_addr() local
624 struct nlmsghdr *nh; in announce_addr() local
748 struct nlmsghdr *nh; in add_addr() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dnode_handle_test.cpp193 node_handle_set_t nh; in test_default_constructor() local
208 node_handle_set_t nh(new node_t, al); in test_arg_constructor() local
224 node_handle_set_t nh(0, al); in test_arg_constructor() local
244 node_handle_set_t nh(from_ptr, al); in test_move_constructor() local
271 node_handle_set_t nh; in test_move_constructor() local
297 node_handle_map_t nh(from_ptr, al); in test_related_constructor() local
324 node_handle_set_t nh; in test_related_constructor() local
460 const node_handle_set_t nh(new node_t, node_alloc_t(888)); in test_get_allocator() local
467 const node_handle_set_t nh(new node_t, node_alloc_t(777)); in test_bool_conversion_empty() local
588 const node_handle_set_t nh(ptr, node_alloc_t()); in test_get_release() local
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dtap.c33 static struct rtattr *rtattr_add(struct nlmsghdr *nh, unsigned short type, in rtattr_add()
44 static struct rtattr *rtattr_begin(struct nlmsghdr *nh, unsigned short type) in rtattr_begin()
49 static void rtattr_end(struct nlmsghdr *nh, struct rtattr *attr) in rtattr_end()
56 static struct rtattr *rtattr_add_str(struct nlmsghdr *nh, unsigned short type, in rtattr_add_str()
65 static struct rtattr *rtattr_add_strsz(struct nlmsghdr *nh, unsigned short type, in rtattr_add_strsz()
74 static struct rtattr *rtattr_add_any(struct nlmsghdr *nh, unsigned short type, in rtattr_add_any()
84 int (*fill_rtattr)(struct nlmsghdr *nh), in dev_create()
85 int (*fill_info_data)(struct nlmsghdr *nh)) in dev_create()
88 struct nlmsghdr nh; in dev_create() member
146 struct nlmsghdr nh; in dev_delete() member
[all …]
H A Dipsec.c210 static inline struct rtattr *rtattr_hdr(struct nlmsghdr *nh) in rtattr_hdr()
215 static int rtattr_pack(struct nlmsghdr *nh, size_t req_sz, in rtattr_pack()
235 static struct rtattr *_rtattr_begin(struct nlmsghdr *nh, size_t req_sz, in _rtattr_begin()
246 static inline struct rtattr *rtattr_begin(struct nlmsghdr *nh, size_t req_sz, in rtattr_begin()
252 static inline void rtattr_end(struct nlmsghdr *nh, struct rtattr *attr) in rtattr_end()
259 static int veth_pack_peerb(struct nlmsghdr *nh, size_t req_sz, in veth_pack_peerb()
312 struct nlmsghdr nh; in veth_add() member
362 struct nlmsghdr nh; in ip4_addr_set() member
402 struct nlmsghdr nh; in link_set_up() member
429 struct nlmsghdr nh; in ip4_route_set() member
[all …]
/aosp_15_r20/frameworks/native/libs/gui/bufferqueue/1.0/
H A DConversion.cpp43 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
62 int native_handle_read_fd(native_handle_t const* nh, int index) { in native_handle_read_fd()
118 hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
359 status_t unflattenFence(hidl_handle* fence, native_handle_t** nh, in unflattenFence()
432 bool wrapAs(hidl_handle* t, native_handle_t** nh, Fence const& l) { in wrapAs()
485 native_handle_t* nh = native_handle_create_from_fd(fd); in convertTo() local
621 HGraphicBufferProducer::FenceTimeSnapshot* t, native_handle_t** nh, in unflatten()
718 std::vector<native_handle_t*>* nh, in unflatten()
872 status_t unflatten( in unflatten()
948 bool wrapAs(HGraphicBufferProducer::FrameEventHistoryDelta* t, in wrapAs()
[all …]
H A DH2BGraphicBufferProducer.cpp61 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
80 inline int native_handle_read_fd(native_handle_t const* nh, int index = 0) { in native_handle_read_fd()
235 inline status_t unflattenFence(hidl_handle* fence, native_handle_t** nh, in unflattenFence()
308 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, Fence const& l) { in wrapAs()
361 native_handle_t* nh = native_handle_create_from_fd(fd); in convertTo() local
486 HGraphicBufferProducer::QueueBufferInput* t, native_handle_t** nh, in unflatten()
537 native_handle_t** nh, in wrapAs()
626 native_handle_t** nh, in flatten()
725 std::vector<native_handle_t*>* nh, in flatten()
827 inline status_t flatten( in flatten()
[all …]
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryDatabaseTest.java227 NotificationHistory nh = mDataBase.readNotificationHistory(); in testReadNotificationHistory_readsBuffer() local
250 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveNotificationRunnable() local
273 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveNotificationRunnable_noChanges() local
296 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveConversationRunnable() local
319 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveConversationRunnable_noChanges() local
342 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveChannelRunnable() local
365 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveChannelRunnable_noChanges() local
388 NotificationHistory nh = mock(NotificationHistory.class); in testWriteBufferRunnable() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dnode_handle.hpp62 BOOST_CONTAINER_FORCEINLINE static void destroy_alloc(NH &nh) BOOST_NOEXCEPT in destroy_alloc()
66 …BOOST_CONTAINER_FORCEINLINE static typename NH::node_pointer &get_node_pointer(NH &nh) BOOST_NOEXC… in get_node_pointer()
131 void move_construct_end(OtherNodeHandle &nh) in move_construct_end()
176 node_handle( BOOST_RV_REF_BEG node_handle<NodeAllocator, KeyMapped2> BOOST_RV_REF_END nh in node_handle() argument
189 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle()
216 node_handle & operator=(BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in operator =()
320 void swap(node_handle &nh) in swap()
/aosp_15_r20/system/core/libsysutils/src/
H A DNetlinkEvent.cpp196 static bool checkRtNetlinkLength(const struct nlmsghdr *nh, size_t size) { in checkRtNetlinkLength()
220 bool NetlinkEvent::parseIfInfoMessage(const struct nlmsghdr *nh) { in parseIfInfoMessage()
254 bool NetlinkEvent::parseIfAddrMessage(const struct nlmsghdr *nh) { in parseIfAddrMessage()
358 bool NetlinkEvent::parseUlogPacketMessage(const struct nlmsghdr *nh) { in parseUlogPacketMessage()
396 bool NetlinkEvent::parseNfPacketMessage(struct nlmsghdr *nh) { in parseNfPacketMessage()
432 bool NetlinkEvent::parseRtMessage(const struct nlmsghdr *nh) { in parseRtMessage()
524 bool NetlinkEvent::parseNdUserOptMessage(const struct nlmsghdr *nh) { in parseNdUserOptMessage()
646 struct nlmsghdr *nh; in parseBinaryNetlinkMessage() local
784 nlattr* NetlinkEvent::findNlAttr(const nlmsghdr* nh, size_t hdrlen, uint16_t attr) { in findNlAttr()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dnode_handle_tests.cpp100 boost::unordered_set<int>::node_type nh = src.extract(10); in UNORDERED_AUTO_TEST() local
126 boost::unordered_map<int, int>::node_type nh = src.extract(10); in UNORDERED_AUTO_TEST() local
150 NodeHandle const& nh, typename NodeHandle::value_type const& x) in node_handle_compare()
157 NodeHandle const& nh, std::pair<typename NodeHandle::key_type const, in node_handle_compare()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()

12345678910>>...14