Home
last modified time | relevance | path

Searched refs:if_rxhprio_l3_check (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/net/
H A Dif_var.h388 int if_rxhprio_l3_check(int);
H A Dif_mpe.c444 error = if_rxhprio_l3_check(ifr->ifr_hdrprio); in mpe_ioctl()
H A Dif_mpip.c443 error = if_rxhprio_l3_check(ifr->ifr_hdrprio); in mpip_ioctl()
H A Dif_gif.c568 error = if_rxhprio_l3_check(ifr->ifr_hdrprio); in gif_ioctl()
H A Dif_gre.c2228 error = if_rxhprio_l3_check(ifr->ifr_hdrprio); in gre_ioctl()
2314 error = if_rxhprio_l3_check(ifr->ifr_hdrprio); in mgre_ioctl()
H A Dif.c2677 if_rxhprio_l3_check(int hdrprio) in if_rxhprio_l3_check() function