Home
last modified time | relevance | path

Searched refs:MTAG_PF_DIVERT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dip_divert.c183 } else if ((mtag = m_tag_locate(m, MTAG_PF_DIVERT, 0, NULL)) != NULL) { in divert_packet()
401 mtag = m_tag_locate(m, MTAG_PF_DIVERT, 0, NULL); in div_send()
404 mtag = m_tag_alloc(MTAG_PF_DIVERT, 0, in div_send()
H A Dip_var.h352 #define MTAG_PF_DIVERT 1262273569 macro
/freebsd/sys/netpfil/pf/
H A Dpf.c9093 ((mtag = m_tag_locate(pd.m, MTAG_PF_DIVERT, 0, NULL)) != NULL)) { in pf_test()
9353 mtag = m_tag_alloc(MTAG_PF_DIVERT, 0, in pf_test()