~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to net/8021q/vlan.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
}
76
76
 
77
77
/* found in vlan_dev.c */
78
 
int vlan_skb_recv(struct sk_buff *skb, struct net_device *dev,
79
 
                  struct packet_type *ptype, struct net_device *orig_dev);
80
78
void vlan_dev_set_ingress_priority(const struct net_device *dev,
81
79
                                   u32 skb_prio, u16 vlan_prio);
82
80
int vlan_dev_set_egress_priority(const struct net_device *dev,
120
118
 
121
119
extern struct rtnl_link_ops vlan_link_ops;
122
120
 
123
 
static inline int is_vlan_dev(struct net_device *dev)
124
 
{
125
 
        return dev->priv_flags & IFF_802_1Q_VLAN;
126
 
}
127
 
 
128
121
extern int vlan_net_id;
129
122
 
130
123
struct proc_dir_entry;