Searched refs:pflow_v10_header (Results 1 – 2 of 2) sorted by relevance
289 struct pflow_v10_header { struct297 #define PFLOW_IPFIX_HDRLEN sizeof(struct pflow_v10_header) argument
563 pflow_calc_mtu(sc, mtu, sizeof(struct pflow_v10_header)); in pflow_setmtu()1180 struct pflow_v10_header *h10; in pflow_sendout_ipfix()1228 M_PREPEND(m, sizeof(struct pflow_v10_header), M_NOWAIT); in pflow_sendout_ipfix()1233 h10 = mtod(m, struct pflow_v10_header *); in pflow_sendout_ipfix()1250 struct pflow_v10_header *h10; in pflow_sendout_ipfix_tmpl()1263 M_PREPEND(m, sizeof(struct pflow_v10_header), M_NOWAIT); in pflow_sendout_ipfix_tmpl()1268 h10 = mtod(m, struct pflow_v10_header *); in pflow_sendout_ipfix_tmpl()