Searched refs:_iface (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.6.0/include/zephyr/net/ |
D | net_pkt_filter.h | 232 #define NPF_IFACE_MATCH(_name, _iface) \ argument 234 .iface = (_iface), \ 244 #define NPF_IFACE_UNMATCH(_name, _iface) \ argument 246 .iface = (_iface), \ 256 #define NPF_ORIG_IFACE_MATCH(_name, _iface) \ argument 258 .iface = (_iface), \ 268 #define NPF_ORIG_IFACE_UNMATCH(_name, _iface) \ argument 270 .iface = (_iface), \
|
D | net_mgmt.h | 93 #define net_mgmt(_mgmt_request, _iface, _data, _len) \ argument 94 net_mgmt_##_mgmt_request(_mgmt_request, _iface, _data, _len)
|
D | net_pkt.h | 1697 #define net_pkt_alloc_on_iface(_iface, _timeout) \ argument 1698 net_pkt_alloc_on_iface_debug(_iface, _timeout, __func__, __LINE__) 1704 #define net_pkt_rx_alloc_on_iface(_iface, _timeout) \ argument 1705 net_pkt_rx_alloc_on_iface_debug(_iface, _timeout, \ 1731 #define net_pkt_alloc_with_buffer(_iface, _size, _family, \ argument 1733 net_pkt_alloc_with_buffer_debug(_iface, _size, _family, \ 1744 #define net_pkt_rx_alloc_with_buffer(_iface, _size, _family, \ argument 1746 net_pkt_rx_alloc_with_buffer_debug(_iface, _size, _family, \
|
/Zephyr-Core-3.6.0/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); }
|