Searched refs:encap_and_xmit (Results 1 – 3 of 3) sorted by relevance
87 int (*encap_and_xmit)(struct concap_proto *cprot, struct sk_buff *skb); member
129 int (*encap_and_xmit)(struct concap_proto *cprot, struct sk_buff *skb);236 int (*encap_and_xmit)(struct concap_proto *cprot, struct sk_buff *skb);240 int (*encap_and_xmit)(struct net_device *ndev, struct sk_buff *skb);243 driver could directly register the concap protocol's encap_and_xmit()
1183 int ret = cprot->pops->encap_and_xmit(cprot, skb); in isdn_net_start_xmit()