Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dppp_channel.h31 int (*fill_forward_path)(struct net_device_path_ctx *, member
/Linux-v5.15/drivers/net/ppp/
Dpppoe.c999 .fill_forward_path = pppoe_fill_forward_path,
Dppp_generic.c1589 if (!chan->ops->fill_forward_path) in ppp_fill_forward_path()
1592 return chan->ops->fill_forward_path(ctx, path, chan); in ppp_fill_forward_path()