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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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.h385 struct concap_proto *cprot; /* connection oriented encapsulation protocol */ member in struct:isdn_net_dev_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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.h385 struct concap_proto *cprot; /* connection oriented encapsulation protocol */ member in struct:isdn_net_dev_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_x25iface.c106 static int isdn_x25iface_proto_close(struct concap_proto *cprot){ argument
112 if( ! cprot ){
117 IX25DEBUG( "isdn_x25iface_proto_close %s \n", MY_DEVNAME(cprot -> net_dev) );
118 spin_lock_irqsave(&cprot->lock, flags);
119 cprot -> dops = NULL;
120 cprot -> net_dev = NULL;
121 tmp = cprot -> proto_data;
127 spin_unlock_irqrestore(&cprot->lock, flags);
133 static void isdn_x25iface_proto_del(struct concap_proto *cprot){ argument
138 if( ! cprot ){
162 isdn_x25iface_proto_restart(struct concap_proto *cprot, struct net_device *ndev, struct concap_device_ops *dops) argument
191 isdn_x25iface_receive(struct concap_proto *cprot, struct sk_buff *skb) argument
210 isdn_x25iface_connect_ind(struct concap_proto *cprot) argument
241 isdn_x25iface_disconn_ind(struct concap_proto *cprot) argument
270 isdn_x25iface_xmit(struct concap_proto *cprot, struct sk_buff *skb) argument
[all...]
H A Disdn_net.c219 struct concap_proto * cprot = local
220 ((isdn_net_local *) netdev_priv(dev))->netdev->cprot;
223 if( cprot && cprot -> pops && dops )
224 cprot -> pops -> restart ( cprot, dev, dops );
402 struct concap_proto *cprot = lp->netdev->cprot; local
403 struct concap_proto_ops *pops = cprot ? cprot
833 struct concap_proto *cprot = lp->netdev->cprot; local
1170 struct concap_proto * cprot = lp -> netdev -> cprot; local
1316 struct concap_proto * cprot = local
1792 struct concap_proto *cprot = lp -> netdev -> cprot; local
2695 struct concap_proto * cprot = p -> cprot; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_x25iface.c106 static int isdn_x25iface_proto_close(struct concap_proto *cprot){ argument
112 if( ! cprot ){
117 IX25DEBUG( "isdn_x25iface_proto_close %s \n", MY_DEVNAME(cprot -> net_dev) );
118 spin_lock_irqsave(&cprot->lock, flags);
119 cprot -> dops = NULL;
120 cprot -> net_dev = NULL;
121 tmp = cprot -> proto_data;
127 spin_unlock_irqrestore(&cprot->lock, flags);
133 static void isdn_x25iface_proto_del(struct concap_proto *cprot){ argument
138 if( ! cprot ){
162 isdn_x25iface_proto_restart(struct concap_proto *cprot, struct net_device *ndev, struct concap_device_ops *dops) argument
191 isdn_x25iface_receive(struct concap_proto *cprot, struct sk_buff *skb) argument
210 isdn_x25iface_connect_ind(struct concap_proto *cprot) argument
241 isdn_x25iface_disconn_ind(struct concap_proto *cprot) argument
270 isdn_x25iface_xmit(struct concap_proto *cprot, struct sk_buff *skb) argument
[all...]
H A Disdn_net.c219 struct concap_proto * cprot = local
220 ((isdn_net_local *) netdev_priv(dev))->netdev->cprot;
223 if( cprot && cprot -> pops && dops )
224 cprot -> pops -> restart ( cprot, dev, dops );
402 struct concap_proto *cprot = lp->netdev->cprot; local
403 struct concap_proto_ops *pops = cprot ? cprot
833 struct concap_proto *cprot = lp->netdev->cprot; local
1170 struct concap_proto * cprot = lp -> netdev -> cprot; local
1316 struct concap_proto * cprot = local
1792 struct concap_proto *cprot = lp -> netdev -> cprot; local
2695 struct concap_proto * cprot = p -> cprot; local
[all...]

Completed in 221 milliseconds