Searched refs:MAC_S_ARGS (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_macfilter.c | 84 #define MAC_S_ARGS(v) (v)[0], (v)[1], (v)[2], (v)[3], (v)[4], (v)[5] macro 414 MAC_S_ARGS(ether), found, i, MAC_S_ARGS(mf_macs[i].ether), in macfilter_mactable_change() 497 MAC_S_ARGS(md->ether), md->hookname); in macfilter_direct() 510 MAC_S_ARGS(mdi->ether), mdi->hookid); in macfilter_direct_hookid() 549 MAC_S_ARGS(ether), m->m_len - ETHER_HDR_LEN, mf_macs[i].bytes_out, in macfilter_ether_output() 555 MAC_S_ARGS(ether), m->m_len - ETHER_HDR_LEN, in macfilter_ether_output() 591 MAC_S_ARGS(ether), m->m_len - ETHER_HDR_LEN, mf_macs[i].bytes_in, in macfilter_ether_input() 597 MAC_S_ARGS(ether), m->m_len - ETHER_HDR_LEN, in macfilter_ether_input()
|