Searched refs:_iface (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt_filter.h | 240 #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), \
|
D | net_mgmt.h | 103 #define net_mgmt(_mgmt_request, _iface, _data, _len) \ argument 104 net_mgmt_##_mgmt_request(_mgmt_request, _iface, _data, _len)
|
D | net_pkt.h | 1858 #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/ |
D | tp.h | 121 #define tp_output(_af, _iface, _data, _data_len) \ argument 122 _tp_output(_af, _iface, _data, _data_len, \
|
D | tcp_private.h | 101 #define tcp_pkt_alloc_no_conn(_iface, _family, _len) \ argument 107 (_iface), (_len), (_family), \
|
D | net_stats.h | 31 #define UPDATE_STAT(_iface, _cmd) \ argument 32 { NET_ASSERT(_iface); (UPDATE_STAT_GLOBAL(_cmd)); \ 33 SET_STAT(_iface->_cmd); }
|