Home
last modified time | relevance | path

Searched refs:_iface (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_pkt_filter.h240 #define NPF_IFACE_MATCH(_name, _iface) \ argument
242 .iface = (_iface), \
252 #define NPF_IFACE_UNMATCH(_name, _iface) \ argument
254 .iface = (_iface), \
264 #define NPF_ORIG_IFACE_MATCH(_name, _iface) \ argument
266 .iface = (_iface), \
276 #define NPF_ORIG_IFACE_UNMATCH(_name, _iface) \ argument
278 .iface = (_iface), \
Dnet_mgmt.h103 #define net_mgmt(_mgmt_request, _iface, _data, _len) \ argument
104 net_mgmt_##_mgmt_request(_mgmt_request, _iface, _data, _len)
Dnet_pkt.h1858 #define net_pkt_alloc_on_iface(_iface, _timeout) \ argument
1859 net_pkt_alloc_on_iface_debug(_iface, _timeout, __func__, __LINE__)
1865 #define net_pkt_rx_alloc_on_iface(_iface, _timeout) \ argument
1866 net_pkt_rx_alloc_on_iface_debug(_iface, _timeout, \
1892 #define net_pkt_alloc_with_buffer(_iface, _size, _family, \ argument
1894 net_pkt_alloc_with_buffer_debug(_iface, _size, _family, \
1905 #define net_pkt_rx_alloc_with_buffer(_iface, _size, _family, \ argument
1907 net_pkt_rx_alloc_with_buffer_debug(_iface, _size, _family, \
/Zephyr-latest/subsys/net/ip/
Dtp.h121 #define tp_output(_af, _iface, _data, _data_len) \ argument
122 _tp_output(_af, _iface, _data, _data_len, \
Dtcp_private.h101 #define tcp_pkt_alloc_no_conn(_iface, _family, _len) \ argument
107 (_iface), (_len), (_family), \
Dnet_stats.h31 #define UPDATE_STAT(_iface, _cmd) \ argument
32 { NET_ASSERT(_iface); (UPDATE_STAT_GLOBAL(_cmd)); \
33 SET_STAT(_iface->_cmd); }