Home
last modified time | relevance | path

Searched refs:phu_val (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/net/
H A Dpfil.h66 u_long phu_val; member
69 #define ph_af ph_un.phu_val
H A Dpfil.c133 ph->ph_un.phu_val == lph->ph_un.phu_val) in pfil_head_register()
166 if (ph->ph_type == type && ph->ph_un.phu_val == val) in pfil_head_get()