Searched refs:cprot (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dconcap.h72 cprot may no loger be referenced after calling this */
73 void (*proto_del)(struct concap_proto *cprot);
78 int (*restart)(struct concap_proto *cprot,
84 int (*close)(struct concap_proto *cprot);
87 int (*encap_and_xmit)(struct concap_proto *cprot, struct sk_buff *skb);
90 int (*data_ind)(struct concap_proto *cprot, struct sk_buff *skb);
95 int (*connect_ind)(struct concap_proto *cprot);
96 int (*disconn_ind)(struct concap_proto *cprot);
107 extern int concap_nop(struct concap_proto *cprot);
111 extern int concap_drop_skb(struct concap_proto *cprot, struc
[all...]
H A Disdn.h398 struct concap_proto *cprot; /* connection oriented encapsulation protocol */ member in struct:isdn_net_dev_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_x25iface.c105 static int isdn_x25iface_proto_close(struct concap_proto *cprot){ argument
111 if( ! cprot ){
116 IX25DEBUG( "isdn_x25iface_proto_close %s \n", MY_DEVNAME(cprot -> net_dev) );
117 spin_lock_irqsave(&cprot->lock, flags);
118 cprot -> dops = NULL;
119 cprot -> net_dev = NULL;
120 tmp = cprot -> proto_data;
126 spin_unlock_irqrestore(&cprot->lock, flags);
132 static void isdn_x25iface_proto_del(struct concap_proto *cprot){ argument
137 if( ! cprot ){
161 isdn_x25iface_proto_restart(struct concap_proto *cprot, struct net_device *ndev, struct concap_device_ops *dops) argument
190 isdn_x25iface_receive(struct concap_proto *cprot, struct sk_buff *skb) argument
209 isdn_x25iface_connect_ind(struct concap_proto *cprot) argument
240 isdn_x25iface_disconn_ind(struct concap_proto *cprot) argument
269 isdn_x25iface_xmit(struct concap_proto *cprot, struct sk_buff *skb) argument
[all...]
H A Disdn_net.c217 struct concap_proto * cprot = local
218 ( (isdn_net_local *) dev->priv ) -> netdev -> cprot;
221 if( cprot && cprot -> pops && dops )
222 cprot -> pops -> restart ( cprot, dev, dops );
398 struct concap_proto *cprot = lp->netdev->cprot; local
399 struct concap_proto_ops *pops = cprot ? cprot
829 struct concap_proto *cprot = lp->netdev->cprot; local
1172 struct concap_proto * cprot = lp -> netdev -> cprot; local
1318 struct concap_proto * cprot = local
1773 struct concap_proto *cprot = lp -> netdev -> cprot; local
2689 struct concap_proto * cprot = p -> cprot; local
[all...]

Completed in 41 milliseconds