Searched refs:concap (Results 1 – 3 of 3) sorted by relevance
42 static int isdn_concap_dl_data_req(struct concap_proto *concap, struct sk_buff *skb) in isdn_concap_dl_data_req() argument44 struct net_device *ndev = concap->net_dev; in isdn_concap_dl_data_req()48 IX25DEBUG("isdn_concap_dl_data_req: %s \n", concap->net_dev->name); in isdn_concap_dl_data_req()50 …IX25DEBUG("isdn_concap_dl_data_req: %s : isdn_net_send_skb returned %d\n", concap->net_dev->name, … in isdn_concap_dl_data_req()56 …IX25DEBUG("isdn_concap_dl_data_req: %s : isdn_net_send_skb returned %d\n", concap->net_dev->name, … in isdn_concap_dl_data_req()61 static int isdn_concap_dl_connect_req(struct concap_proto *concap) in isdn_concap_dl_connect_req() argument63 struct net_device *ndev = concap->net_dev; in isdn_concap_dl_connect_req()74 static int isdn_concap_dl_disconn_req(struct concap_proto *concap) in isdn_concap_dl_disconn_req() argument76 IX25DEBUG("isdn_concap_dl_disconn_req: %s \n", concap->net_dev->name); in isdn_concap_dl_disconn_req()78 isdn_net_hangup(concap->net_dev); in isdn_concap_dl_disconn_req()
1 Description of the "concap" encapsulation protocol interface4 The "concap" interface is intended to be used by network device142 The data structures are defined in the header file include/linux/concap.h.194 a concap proto should access the network device's private data216 The concept of the concap proto might help to reuse protocol code and220 performance. However, typically the concap interface will be used by227 If general linux network interfaces explicitly supported concap234 e.g. instead of the concap protocol's service function243 driver could directly register the concap protocol's encap_and_xmit()256 of the concap interface when a trivial concap protocol is used.
25 README.concap