Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dpfvar.h968 struct pfioc_altq_v0 { struct
1102 #define DIOCADDALTQV0 _IOWR('D', 45, struct pfioc_altq_v0)
1104 #define DIOCGETALTQSV0 _IOWR('D', 47, struct pfioc_altq_v0)
1106 #define DIOCGETALTQV0 _IOWR('D', 48, struct pfioc_altq_v0)
1108 #define DIOCCHANGEALTQV0 _IOWR('D', 49, struct pfioc_altq_v0)
/f-stack/freebsd/net/
H A Dpfvar.h1117 struct pfioc_altq_v0 { struct
1254 #define DIOCADDALTQV0 _IOWR('D', 45, struct pfioc_altq_v0)
1256 #define DIOCGETALTQSV0 _IOWR('D', 47, struct pfioc_altq_v0)
1258 #define DIOCGETALTQV0 _IOWR('D', 48, struct pfioc_altq_v0)
1260 #define DIOCCHANGEALTQV0 _IOWR('D', 49, struct pfioc_altq_v0)
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c1210 if (ioc_size == sizeof(struct pfioc_altq_v0)) in pf_export_kaltq()
1227 &((struct pfioc_altq_v0 *)pa)->altq; in pf_export_kaltq()
1319 if (ioc_size == sizeof(struct pfioc_altq_v0)) in pf_import_kaltq()
1334 &((struct pfioc_altq_v0 *)pa)->altq; in pf_import_kaltq()