Searched refs:packet_type (Results 76 - 100 of 128) sorted by relevance

123456

/linux-master/net/dccp/ccids/
H A Dccid3.c457 static int ccid3_hc_tx_parse_options(struct sock *sk, u8 packet_type, argument
467 if (packet_type == DCCP_PKT_DATA)
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc.h257 struct packet_type fcoe_packet_type;
258 struct packet_type fip_packet_type;
/linux-master/net/ipv6/
H A Dip6_input.c303 int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
324 void ipv6_list_rcv(struct list_head *head, struct packet_type *pt,
/linux-master/net/ipv4/
H A Dip_input.c560 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
643 void ip_list_rcv(struct list_head *head, struct packet_type *pt,
/linux-master/net/batman-adv/
H A Dnetwork-coding.c1145 coded_packet->packet_type = BATADV_CODED;
1513 if (packet->packet_type != BATADV_UNICAST)
1566 if (packet->packet_type != BATADV_UNICAST)
1709 unicast_packet->packet_type = BATADV_UNICAST;
H A Ddistributed-arp-table.c446 switch (unicast_4addr_packet->u.packet_type) {
471 unicast_4addr_packet->u.packet_type);
484 unicast_4addr_packet->u.packet_type);
H A Dbat_v_elp.c359 elp_packet->packet_type = BATADV_ELP;
H A Dfragmentation.c484 frag_header.packet_type = BATADV_UNICAST_FRAG;
H A Dtp_meter.c599 icmp->packet_type = BATADV_ICMP;
1184 icmp->packet_type = BATADV_ICMP;
H A Drouting.c689 switch (unicast_packet->packet_type) {
952 is4addr = unicast_packet->packet_type == BATADV_UNICAST_4ADDR;
H A Dtypes.h196 struct packet_type batman_adv_ptype;
H A Dmulticast_forw.c628 mcast_packet->packet_type = BATADV_MCAST;
/linux-master/include/net/
H A Dip.h148 struct packet_type;
161 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
163 void ip_list_rcv(struct list_head *head, struct packet_type *pt,
H A Dax25.h400 int ax25_kiss_rcv(struct sk_buff *, struct net_device *, struct packet_type *,
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c75 struct packet_type *, struct net_device *);
90 struct packet_type *, struct net_device *);
92 struct packet_type *, struct net_device *);
502 * @ptype: The packet_type structure which was used to register this handler
509 struct packet_type *ptype,
525 * @ptype: The packet_type structure which was used to register this handler
532 struct packet_type *ptype,
1335 struct packet_type *ptype, struct net_device *olddev)
/linux-master/net/tipc/
H A Dbearer.c71 struct packet_type *pt, struct net_device *orig_dev);
645 * @pt: the packet_type structure which was used to register this handler
653 struct packet_type *pt, struct net_device *orig_dev)
788 struct packet_type *pt, struct net_device *od)
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.h100 u32 packet_type; member in struct:drv_msg_wol_add
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dtx.c77 tx_hdr->control.packet_type = 0;
/linux-master/net/appletalk/
H A Dddp.c1402 struct packet_type *pt, struct net_device *orig_dev)
1494 struct packet_type *pt, struct net_device *orig_dev)
1914 static struct packet_type ltalk_packet_type __read_mostly = {
1919 static struct packet_type ppptalk_packet_type __read_mostly = {
/linux-master/drivers/staging/vt6656/
H A Dmain_usb.c94 priv->packet_type = priv->bb_type;
191 DEVICE_INIT_COLD, priv->packet_type);
/linux-master/net/ieee802154/
H A Dsocket.c1068 struct packet_type *pt, struct net_device *orig_dev)
1094 static struct packet_type ieee802154_packet_type = {
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c239 struct packet_type pt;
248 struct packet_type *pt,
716 struct packet_type *pt,
837 struct packet_type *pt,
1595 struct packet_type *pt,
/linux-master/net/core/
H A Ddev.c567 static inline struct list_head *ptype_head(const struct packet_type *pt)
580 * Add a protocol handler to the networking stack. The passed &packet_type
589 void dev_add_pack(struct packet_type *pt)
604 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
612 void __dev_remove_pack(struct packet_type *pt)
615 struct packet_type *pt1;
637 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
644 void dev_remove_pack(struct packet_type *pt)
2229 struct packet_type *pt_prev,
2239 struct packet_type **p
[all...]
/linux-master/include/linux/
H A Dnetdevice.h2690 struct packet_type { struct
2697 struct packet_type *,
2700 struct packet_type *,
2702 bool (*id_match)(struct packet_type *ptype,
3063 void dev_add_pack(struct packet_type *pt);
3064 void dev_remove_pack(struct packet_type *pt);
3065 void __dev_remove_pack(struct packet_type *pt);
/linux-master/drivers/staging/vt6655/
H A Dcard.c268 priv->packet_type = card_get_pkt_type(priv);

Completed in 306 milliseconds

123456