Home
last modified time | relevance | path

Searched refs:if_rxhprio_l2_check (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/net/
H A Dif_var.h387 int if_rxhprio_l2_check(int);
H A Dif_mpw.c487 error = if_rxhprio_l2_check(ifr->ifr_hdrprio); in mpw_ioctl()
H A Dif_etherip.c324 error = if_rxhprio_l2_check(ifr->ifr_hdrprio); in etherip_ioctl()
H A Dif_bpe.c352 error = if_rxhprio_l2_check(ifr->ifr_hdrprio); in bpe_ioctl()
H A Dif_vlan.c783 error = if_rxhprio_l2_check(ifr->ifr_hdrprio); in vlan_ioctl()
H A Dif_gre.c2488 error = if_rxhprio_l2_check(ifr->ifr_hdrprio); in egre_ioctl()
2671 error = if_rxhprio_l2_check(ifr->ifr_hdrprio); in nvgre_ioctl()
2865 error = if_rxhprio_l2_check(ifr->ifr_hdrprio); in eoip_ioctl()
H A Dif_vxlan.c798 error = if_rxhprio_l2_check(ifr->ifr_hdrprio); in vxlan_ioctl()
H A Dif.c2661 if_rxhprio_l2_check(int hdrprio) in if_rxhprio_l2_check() function