Searched refs:MTAG_PF_DIVERT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_divert.c | 183 } 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 D | ip_var.h | 352 #define MTAG_PF_DIVERT 1262273569 macro
|
/freebsd/sys/netpfil/pf/ |
H A D | pf.c | 9093 ((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()
|