Searched refs:packet_type (Results 26 - 50 of 65) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dipconfig.c399 static int ic_rarp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev);
401 static struct packet_type rarp_packet_type __initdata = {
420 ic_rarp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
561 static int ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev);
563 static struct packet_type bootp_packet_type __initdata = {
830 static int __init ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
H A Dip_input.c385 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Ddev.c338 * Add a protocol handler to the networking stack. The passed &packet_type
347 void dev_add_pack(struct packet_type *pt)
366 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
374 void __dev_remove_pack(struct packet_type *pt)
377 struct packet_type *pt1;
402 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
409 void dev_remove_pack(struct packet_type *pt)
1169 struct packet_type *ptype;
1324 struct packet_type *ptype;
1805 struct packet_type *pt_pre
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dnetdevice.h612 struct packet_type { struct
617 struct packet_type *,
665 extern void dev_add_pack(struct packet_type *pt);
666 extern void dev_remove_pack(struct packet_type *pt);
667 extern void __dev_remove_pack(struct packet_type *pt);
H A Dif_vlan.h21 struct packet_type;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/ttusb-dec/
H A Dttusb_dec.c131 enum ttusb_dec_packet_type packet_type; member in struct:ttusb_dec
575 switch (dec->packet_type) {
642 dec->packet_type =
646 dec->packet_type =
650 dec->packet_type =
668 if (dec->packet_type == TTUSB_DEC_PACKET_PVA &&
674 } else if (dec->packet_type ==
712 if (dec->packet_type == TTUSB_DEC_PACKET_SECTION &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dip.h81 struct packet_type;
97 struct packet_type *pt, struct net_device *orig_dev);
H A Dx25.h196 extern int x25_lapb_receive_frame(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *);
H A Dax25.h363 extern int ax25_kiss_rcv(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *);
H A Dipv6.h430 struct packet_type *pt,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ax25/
H A Dax25_in.c188 ax25_address *dev_addr, struct packet_type *ptype)
449 struct packet_type *ptype, struct net_device *orig_dev)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dpppoe.c373 struct packet_type *pt,
405 struct packet_type *pt,
450 static struct packet_type pppoes_ptype = {
458 static struct packet_type pppoed_ptype = {
H A Dpptp.c495 struct packet_type *pt,
532 static struct packet_type pptp_gre_ptype = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/bonding/
H A Dbonding.h203 struct packet_type arp_mon_pt;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclidgram.c90 p.packet_type = DGRAM_PACKET;
H A Dnamequery.c123 p.packet_type = NMB_PACKET;
405 p.packet_type = NMB_PACKET;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/
H A Dbr_private.h235 struct packet_type *pt, struct net_device *orig_dev);
H A Dbr_stp_bpdu.c136 struct packet_type *pt, struct net_device *orig_dev)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dip6_input.c58 int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dmbcs.h117 uint64_t packet_type:4, // 3:0 member in struct:cm_error_detail1::__anon4233
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/packet/
H A Daf_packet.c184 struct packet_type prot_hook;
249 static int packet_rcv_spkt(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
441 static int packet_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
552 static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/appletalk/
H A Dddp.c1373 struct packet_type *pt, struct net_device *orig_dev)
1465 struct packet_type *pt, struct net_device *orig_dev)
1830 static struct packet_type ltalk_packet_type = {
1835 static struct packet_type ppptalk_packet_type = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/econet/
H A Daf_econet.c1045 static int econet_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
1088 static struct packet_type econet_packet_type = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipx/
H A Daf_ipx.c1639 static int ipx_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
1966 static struct packet_type ipx_8023_packet_type = {
1971 static struct packet_type ipx_dix_packet_type = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/8021q/
H A Dvlan.c68 static struct packet_type vlan_packet_type = {

Completed in 155 milliseconds

123