Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/net/
Dnet_pkt_filter.h232 #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), \
Dnet_mgmt.h93 #define net_mgmt(_mgmt_request, _iface, _data, _len) \ argument
94 net_mgmt_##_mgmt_request(_mgmt_request, _iface, _data, _len)
Dnet_pkt.h1697 #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/
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); }