Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_pppoe.c938 if_put(eth_if); in pppoe_output()
959 ret = eth_if->if_output(eth_if, m, &dst, NULL); in pppoe_output()
960 if_put(eth_if); in pppoe_output()
986 if (eth_if == NULL || eth_if->if_type != IFT_ETHER) { in pppoe_ioctl()
987 if_put(eth_if); in pppoe_ioctl()
998 if_put(eth_if); in pppoe_ioctl()
1038 if_put(eth_if); in pppoe_ioctl()
1102 if_put(eth_if); in pppoe_ioctl()
1491 if_put(eth_if); in pppoe_send_padt()
1509 ret = eth_if->if_output(eth_if, m0, &dst, NULL); in pppoe_send_padt()
[all …]