/linux-4.1.27/net/batman-adv/ |
D | packet.h | 213 uint8_t packet_type; member 246 uint8_t packet_type; member 269 uint8_t packet_type; member 296 uint8_t packet_type; member 331 uint8_t packet_type; member 370 uint8_t packet_type; member 398 uint8_t packet_type; member 428 uint8_t packet_type; member 459 uint8_t packet_type; member
|
D | send.h | 40 struct sk_buff *skb, int packet_type, 45 struct sk_buff *skb, int packet_type,
|
D | send.c | 165 unicast_packet->packet_type = BATADV_UNICAST; in batadv_send_skb_push_fill_unicast() 223 uc_4addr_packet->u.packet_type = BATADV_UNICAST_4ADDR; in batadv_send_skb_prepare_unicast_4addr() 253 struct sk_buff *skb, int packet_type, in batadv_send_skb_unicast() argument 265 switch (packet_type) { in batadv_send_skb_unicast() 327 struct sk_buff *skb, int packet_type, in batadv_send_skb_via_tt_generic() argument 345 return batadv_send_skb_unicast(bat_priv, skb, packet_type, in batadv_send_skb_via_tt_generic()
|
D | main.c | 359 struct packet_type *ptype, in batadv_batman_skb_recv() 411 idx = batadv_ogm_packet->packet_type; in batadv_batman_skb_recv() 474 batadv_recv_handler_register(uint8_t packet_type, in batadv_recv_handler_register() argument 480 curr = batadv_rx_handler[packet_type]; in batadv_recv_handler_register() 486 batadv_rx_handler[packet_type] = recv_handler; in batadv_recv_handler_register() 490 void batadv_recv_handler_unregister(uint8_t packet_type) in batadv_recv_handler_unregister() argument 492 batadv_rx_handler[packet_type] = batadv_recv_unhandled_packet; in batadv_recv_handler_unregister() 1147 unicast_tvlv_packet->packet_type = BATADV_UNICAST_TVLV; in batadv_tvlv_unicast_send()
|
D | main.h | 204 struct packet_type *ptype, 207 batadv_recv_handler_register(uint8_t packet_type, 210 void batadv_recv_handler_unregister(uint8_t packet_type);
|
D | distributed-arp-table.c | 351 switch (unicast_4addr_packet->u.packet_type) { in batadv_dbg_arp() 376 unicast_4addr_packet->u.packet_type); in batadv_dbg_arp() 389 unicast_4addr_packet->u.packet_type); in batadv_dbg_arp()
|
D | network-coding.c | 1111 coded_packet->packet_type = BATADV_CODED; in batadv_nc_code_packets() 1484 if (packet->packet_type != BATADV_UNICAST) in batadv_nc_skb_forward() 1537 if (packet->packet_type != BATADV_UNICAST) in batadv_nc_skb_store_for_decoding() 1680 unicast_packet->packet_type = BATADV_UNICAST; in batadv_nc_skb_decode_packet()
|
D | icmp_socket.c | 196 if (icmp_header->packet_type != BATADV_ICMP) { in batadv_socket_write()
|
D | soft-interface.c | 293 bcast_packet->packet_type = BATADV_BCAST; in batadv_interface_tx() 366 is_bcast = (batadv_bcast_packet->packet_type == BATADV_BCAST); in batadv_interface_rx()
|
D | routing.c | 587 switch (unicast_packet->packet_type) { in batadv_route_unicast_packet() 828 is4addr = unicast_packet->packet_type == BATADV_UNICAST_4ADDR; in batadv_recv_unicast_packet()
|
D | fragmentation.c | 449 frag_header.packet_type = BATADV_UNICAST_FRAG; in batadv_frag_send_packet()
|
D | types.h | 98 struct packet_type batman_adv_ptype;
|
D | bat_iv_ogm.c | 325 batadv_ogm_packet->packet_type = BATADV_IV_OGM; in batadv_iv_ogm_iface_enable() 1595 if (ogm_packet->packet_type != BATADV_IV_OGM) in batadv_iv_ogm_process()
|
/linux-4.1.27/include/net/ |
D | llc.h | 26 struct packet_type; 61 struct packet_type *pt, 97 int llc_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, 112 struct packet_type *pt,
|
D | psnap.h | 7 struct packet_type *,
|
D | p8022.h | 7 struct packet_type *pt,
|
D | datalink.h | 12 struct packet_type *, struct net_device *);
|
D | dsa.h | 85 struct packet_type; 101 struct packet_type *pt,
|
D | dn_route.h | 24 struct packet_type *pt, struct net_device *orig_dev);
|
D | mrp.h | 106 struct packet_type pkttype;
|
D | x25.h | 204 struct packet_type *, struct net_device *);
|
D | ip.h | 92 struct packet_type; 105 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
|
D | ax25.h | 366 int ax25_kiss_rcv(struct sk_buff *, struct net_device *, struct packet_type *,
|
D | ipv6.h | 788 struct packet_type *pt, struct net_device *orig_dev);
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | sq905c.c | 141 int packet_type; in sq905c_dostream() local 171 packet_type = FIRST_PACKET; in sq905c_dostream() 172 gspca_frame_add(gspca_dev, packet_type, in sq905c_dostream() 188 packet_type = LAST_PACKET; in sq905c_dostream() 190 packet_type = INTER_PACKET; in sq905c_dostream() 191 gspca_frame_add(gspca_dev, packet_type, in sq905c_dostream()
|
D | sq905.c | 219 int packet_type; in sq905_dostream() local 260 packet_type = FIRST_PACKET; in sq905_dostream() 267 packet_type = LAST_PACKET; in sq905_dostream() 269 packet_type = INTER_PACKET; in sq905_dostream() 271 gspca_frame_add(gspca_dev, packet_type, in sq905_dostream() 275 if (packet_type == FIRST_PACKET && in sq905_dostream()
|
D | jl2005bcd.c | 326 int packet_type; in jl2005c_dostream() local 367 packet_type = FIRST_PACKET; in jl2005c_dostream() 368 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream() 386 packet_type = LAST_PACKET; in jl2005c_dostream() 389 packet_type = INTER_PACKET; in jl2005c_dostream() 390 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream()
|
D | jeilinj.c | 277 int packet_type; in sd_pkt_scan() local 303 packet_type = LAST_PACKET; in sd_pkt_scan() 305 packet_type = INTER_PACKET; in sd_pkt_scan() 306 gspca_frame_add(gspca_dev, packet_type, in sd_pkt_scan()
|
D | gspca.c | 419 enum gspca_packet_type packet_type, in gspca_frame_add() argument 426 PDEBUG(D_PACK, "add t:%d l:%d", packet_type, len); in gspca_frame_add() 428 if (packet_type == FIRST_PACKET) { in gspca_frame_add() 446 if (packet_type == LAST_PACKET) { in gspca_frame_add() 447 gspca_dev->last_packet_type = packet_type; in gspca_frame_add() 463 packet_type = DISCARD_PACKET; in gspca_frame_add() 476 gspca_dev->last_packet_type = packet_type; in gspca_frame_add() 481 if (packet_type == LAST_PACKET) { in gspca_frame_add()
|
D | gspca.h | 228 enum gspca_packet_type packet_type,
|
/linux-4.1.27/net/llc/ |
D | llc_core.c | 94 struct packet_type *pt, in llc_sap_open() 135 static struct packet_type llc_packet_type __read_mostly = { 140 static struct packet_type llc_tr_packet_type __read_mostly = {
|
D | llc_input.c | 155 struct packet_type *pt, struct net_device *orig_dev) in llc_rcv() 161 struct packet_type *, struct net_device *); in llc_rcv()
|
/linux-4.1.27/net/802/ |
D | psnap.c | 50 struct packet_type *pt, struct net_device *orig_dev) in snap_rcv() 54 static struct packet_type snap_packet_type = { in snap_rcv() 129 struct packet_type *, in register_snap_client() argument
|
D | p8022.c | 38 struct packet_type *pt, in register_8022_client()
|
D | stp.c | 34 struct packet_type *pt, struct net_device *orig_dev) in stp_pdu_rcv()
|
D | mrp.c | 771 struct packet_type *pt, struct net_device *orig_dev) in mrp_rcv()
|
/linux-4.1.27/net/caif/ |
D | cfdgml.c | 84 u8 packet_type; in cfdgml_transmit() local 102 packet_type = 0x08; /* B9 set - UNCLASSIFIED */ in cfdgml_transmit() 103 cfpkt_add_head(pkt, &packet_type, 1); in cfdgml_transmit()
|
D | caif_dev.c | 240 struct packet_type *pkttype, struct net_device *orig_dev) in receive() 276 static struct packet_type caif_packet_type __read_mostly = { 308 struct packet_type *, in caif_enroll_dev() argument
|
D | caif_usb.c | 119 static struct packet_type caif_usb_type __read_mostly = {
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe.h | 81 struct packet_type fcoe_packet_type; 82 struct packet_type fip_packet_type;
|
D | fcoe.c | 82 struct packet_type *, struct net_device *); 98 struct packet_type *, struct net_device *); 520 struct packet_type *ptype, in fcoe_fip_recv() 1430 struct packet_type *ptype, struct net_device *olddev) in fcoe_rcv()
|
/linux-4.1.27/drivers/staging/gdm724x/ |
D | gdm_mux.c | 31 static u16 packet_type[TTY_MAX_COUNT] = {0xF011, 0xF010}; variable 59 if (packet_type[i] == packetType) in packet_type_to_index() 160 unsigned short packet_type; in up_to_host() local 172 packet_type = __le16_to_cpu(mux_header->packet_type); in up_to_host() 184 payload_size, len, packet_type); in up_to_host() 188 index = packet_type_to_index(packet_type); in up_to_host() 389 mux_header->packet_type = __cpu_to_le16(packet_type[tty_index]); in gdm_mux_send()
|
D | gdm_mux.h | 41 __le16 packet_type; member
|
/linux-4.1.27/include/net/irda/ |
D | irda.h | 98 struct packet_type; 113 struct packet_type *ptype, struct net_device *orig_dev);
|
/linux-4.1.27/drivers/input/mouse/ |
D | elantech.c | 408 int packet_type) in elantech_report_trackpoint() argument 466 int packet_type) in elantech_report_absolute_v3() argument 493 if (packet_type == PACKET_V3_HEAD) { in elantech_report_absolute_v3() 655 int packet_type) in elantech_report_absolute_v4() argument 657 switch (packet_type) { in elantech_report_absolute_v4() 785 unsigned char packet_type = packet[3] & 0x03; in elantech_packet_check_v4() local 806 switch (packet_type) { in elantech_packet_check_v4() 826 int packet_type; in elantech_process_byte() local 854 packet_type = elantech_packet_check_v3(psmouse); in elantech_process_byte() 855 switch (packet_type) { in elantech_process_byte() [all …]
|
D | sentelic.c | 652 const char *packet_type = "UNKNOWN"; in fsp_packet_debug() local 658 packet_type = "Absolute"; in fsp_packet_debug() 663 packet_type = "Normal"; in fsp_packet_debug() 666 packet_type = "Notify"; in fsp_packet_debug() 669 packet_type = "Normal-OPC"; in fsp_packet_debug() 678 jiffies_msec, packet_type, in fsp_packet_debug()
|
/linux-4.1.27/net/packet/ |
D | internal.h | 88 struct packet_type prot_hook ____cacheline_aligned_in_smp; 117 struct packet_type prot_hook ____cacheline_aligned_in_smp;
|
D | af_packet.c | 191 struct packet_type *pt, struct net_device *orig_dev); 1339 struct packet_type *pt, struct net_device *orig_dev) in packet_rcv_fanout() 1420 static bool match_fanout_group(struct packet_type *ptype, struct sock *sk) in match_fanout_group() 1546 struct packet_type *pt, struct net_device *orig_dev) in packet_rcv_spkt() 1759 struct packet_type *pt, struct net_device *orig_dev) in packet_rcv() 1871 struct packet_type *pt, struct net_device *orig_dev) in tpacket_rcv()
|
/linux-4.1.27/net/core/ |
D | net-procfs.c | 212 struct packet_type *pt = NULL; in ptype_get_idx() 241 struct packet_type *pt; in ptype_seq_next() 265 return list_entry(nxt, struct packet_type, list); in ptype_seq_next() 276 struct packet_type *pt = v; in ptype_seq_show()
|
D | dev.c | 371 static inline struct list_head *ptype_head(const struct packet_type *pt) in ptype_head() 393 void dev_add_pack(struct packet_type *pt) in dev_add_pack() 416 void __dev_remove_pack(struct packet_type *pt) in __dev_remove_pack() 419 struct packet_type *pt1; in __dev_remove_pack() 448 void dev_remove_pack(struct packet_type *pt) in dev_remove_pack() 1758 struct packet_type *pt_prev, in deliver_skb() 1768 struct packet_type **pt, in deliver_ptype_list_skb() 1773 struct packet_type *ptype, *pt_prev = *pt; in deliver_ptype_list_skb() 1785 static inline bool skb_loop_sk(struct packet_type *ptype, struct sk_buff *skb) in skb_loop_sk() 1805 struct packet_type *ptype; in dev_queue_xmit_nit() [all …]
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
D | rx.c | 87 struct packet_type *pt, struct net_device *orig_dev) in lowpan_rcv() 158 static struct packet_type lowpan_packet_type = {
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 120 u8 packet_type; member 561 ptd->dw1 |= TO_DW1_PID_TOKEN(qtd->packet_type); in create_ptd_atl() 697 u8 packet_type) in qtd_alloc() argument 707 qtd->packet_type = packet_type; in qtd_alloc() 787 switch (qtd->packet_type) { in collect_qtds() 877 ((qtd->packet_type == SETUP_PID) || in enqueue_qtds() 878 (qtd->packet_type == OUT_PID))) { in enqueue_qtds() 1397 u8 packet_type; in packetize_urb() local 1413 packet_type = IN_PID; in packetize_urb() 1415 packet_type = OUT_PID; in packetize_urb() [all …]
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoenet.c | 131 aoenet_rcv(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *… in aoenet_rcv() 194 static struct packet_type aoe_pt __read_mostly = {
|
/linux-4.1.27/include/net/caif/ |
D | caif_dev.h | 126 struct packet_type *, struct net_device *));
|
/linux-4.1.27/net/dsa/ |
D | dsa_priv.h | 20 struct packet_type *pt, struct net_device *orig_dev);
|
D | tag_brcm.c | 104 struct packet_type *pt, struct net_device *orig_dev) in brcm_tag_rcv()
|
D | tag_trailer.c | 67 struct packet_type *pt, struct net_device *orig_dev) in trailer_rcv()
|
D | tag_dsa.c | 77 struct packet_type *pt, struct net_device *orig_dev) in dsa_rcv()
|
D | tag_edsa.c | 90 struct packet_type *pt, struct net_device *orig_dev) in edsa_rcv()
|
D | dsa.c | 837 struct packet_type *pt, struct net_device *orig_dev) in dsa_switch_rcv() 849 static struct packet_type dsa_pack_type __read_mostly = {
|
/linux-4.1.27/drivers/net/hamradio/ |
D | bpqether.c | 97 static int bpq_rcv(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *… 100 static struct packet_type bpq_packet_type __read_mostly = { 179 static int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct n… in bpq_rcv()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | tx.h | 95 unsigned packet_type:2; member
|
D | tx.c | 91 tx_hdr->control.packet_type = 0; in wl1251_tx_control()
|
/linux-4.1.27/net/irda/ |
D | irmod.c | 48 static struct packet_type irda_packet_type __read_mostly = {
|
D | irlap_frame.c | 1286 struct packet_type *ptype, struct net_device *orig_dev) in irlap_driver_rcv()
|
/linux-4.1.27/net/can/ |
D | af_can.c | 710 struct packet_type *pt, struct net_device *orig_dev) in can_rcv() 734 struct packet_type *pt, struct net_device *orig_dev) in canfd_rcv() 876 static struct packet_type can_packet __read_mostly = { 881 static struct packet_type canfd_packet __read_mostly = {
|
/linux-4.1.27/drivers/staging/vt6656/ |
D | card.c | 362 if (priv->packet_type == PK_TYPE_11A) { in vnt_update_ifs() 367 } else if (priv->packet_type == PK_TYPE_11B) { in vnt_update_ifs() 785 priv->packet_type = vnt_get_pkt_type(priv); in vnt_set_bss_mode()
|
D | device.h | 335 u8 packet_type; /* 0:11a 1:11b 2:11gb 3:11ga */ member
|
D | main_usb.c | 114 priv->packet_type = priv->bb_type; in vnt_set_options() 134 DEVICE_INIT_COLD, priv->packet_type); in vnt_init_registers()
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc.c | 58 struct packet_type *p, struct net_device *orig_dev) in hdlc_rcv() 353 static struct packet_type hdlc_packet_type __read_mostly = {
|
D | lapbether.c | 90 static int lapbeth_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, stru… in lapbeth_rcv() 406 static struct packet_type lapbeth_packet_type __read_mostly = {
|
/linux-4.1.27/drivers/media/usb/ttusb-dec/ |
D | ttusb_dec.c | 132 enum ttusb_dec_packet_type packet_type; member 576 switch (dec->packet_type) { in ttusb_dec_process_packet() 643 dec->packet_type = in ttusb_dec_process_urb_frame() 647 dec->packet_type = in ttusb_dec_process_urb_frame() 651 dec->packet_type = in ttusb_dec_process_urb_frame() 669 if (dec->packet_type == TTUSB_DEC_PACKET_PVA && in ttusb_dec_process_urb_frame() 675 } else if (dec->packet_type == in ttusb_dec_process_urb_frame() 713 if (dec->packet_type == TTUSB_DEC_PACKET_SECTION && in ttusb_dec_process_urb_frame()
|
/linux-4.1.27/net/ipv4/ |
D | ipconfig.c | 475 static int ic_rarp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct… 477 static struct packet_type rarp_packet_type __initdata = { 496 ic_rarp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device… in ic_rarp_recv() 649 static int ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struc… 651 static struct packet_type bootp_packet_type __initdata = { 948 static int __init ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt… in ic_bootp_recv()
|
D | ip_input.c | 377 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *… in ip_rcv()
|
D | arp.c | 859 struct packet_type *pt, struct net_device *orig_dev) in arp_rcv() 1194 static struct packet_type arp_packet_type __read_mostly = {
|
D | af_inet.c | 1671 static struct packet_type ip_packet_type __read_mostly = {
|
/linux-4.1.27/net/ax25/ |
D | ax25_in.c | 188 ax25_address *dev_addr, struct packet_type *ptype) in ax25_rcv() 438 struct packet_type *ptype, struct net_device *orig_dev) in ax25_kiss_rcv()
|
D | af_ax25.c | 1973 static struct packet_type ax25_packet_type __read_mostly = {
|
/linux-4.1.27/net/x25/ |
D | x25_dev.c | 100 struct packet_type *ptype, struct net_device *orig_dev) in x25_lapb_receive_frame()
|
D | af_x25.c | 1770 static struct packet_type x25_packet_type __read_mostly = {
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | smd.h | 111 int packet_type);
|
D | smd.c | 1688 int packet_type) in wcn36xx_smd_keep_alive_req() argument 1697 if (packet_type == WCN36XX_HAL_KEEP_ALIVE_NULL_PKT) { in wcn36xx_smd_keep_alive_req() 1699 msg_body.packet_type = WCN36XX_HAL_KEEP_ALIVE_NULL_PKT; in wcn36xx_smd_keep_alive_req() 1701 } else if (packet_type == WCN36XX_HAL_KEEP_ALIVE_UNSOLICIT_ARP_RSP) { in wcn36xx_smd_keep_alive_req() 1704 wcn36xx_warn("unknown keep alive packet type %d\n", packet_type); in wcn36xx_smd_keep_alive_req()
|
D | hal.h | 3178 u8 packet_type; member
|
/linux-4.1.27/drivers/net/ppp/ |
D | pppoe.c | 421 struct packet_type *pt, struct net_device *orig_dev) in pppoe_rcv() 485 struct packet_type *pt, struct net_device *orig_dev) in pppoe_disc_rcv() 533 static struct packet_type pppoes_ptype __read_mostly = { 538 static struct packet_type pppoed_ptype __read_mostly = {
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 257 struct packet_type fcoe_packet_type; 258 struct packet_type fip_packet_type;
|
D | bnx2fc_fcoe.c | 407 struct packet_type *ptype, struct net_device *olddev) in bnx2fc_rcv() 1006 struct packet_type *ptype, in bnx2fc_fip_recv()
|
/linux-4.1.27/net/phonet/ |
D | af_phonet.c | 372 struct packet_type *pkttype, in phonet_rcv() 465 static struct packet_type phonet_packet_type __read_mostly = {
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/ |
D | halbtcoutsrc.c | 810 u8 packet_type; in exhalbtc_special_packet_notify() local 818 packet_type = BTC_PACKET_DHCP; in exhalbtc_special_packet_notify() 824 packet_type); in exhalbtc_special_packet_notify()
|
/linux-4.1.27/net/ipv6/ |
D | ip6_input.c | 64 int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device… in ipv6_rcv()
|
D | af_inet6.c | 703 static struct packet_type ipv6_packet_type __read_mostly = {
|
/linux-4.1.27/net/dccp/ccids/ |
D | ccid3.c | 465 static int ccid3_hc_tx_parse_options(struct sock *sk, u8 packet_type, in ccid3_hc_tx_parse_options() argument 475 if (packet_type == DCCP_PKT_DATA) in ccid3_hc_tx_parse_options()
|
D | ccid2.c | 489 static int ccid2_hc_tx_parse_options(struct sock *sk, u8 packet_type, in ccid2_hc_tx_parse_options() argument
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozproto.c | 34 struct packet_type ptype; 638 struct packet_type *pt, struct net_device *orig_dev) in oz_pkt_recv()
|
/linux-4.1.27/net/appletalk/ |
D | ddp.c | 1415 struct packet_type *pt, struct net_device *orig_dev) in atalk_rcv() 1510 struct packet_type *pt, struct net_device *orig_dev) in ltalk_rcv() 1893 static struct packet_type ltalk_packet_type __read_mostly = { 1898 static struct packet_type ppptalk_packet_type __read_mostly = {
|
D | aarp.c | 720 struct packet_type *pt, struct net_device *orig_dev) in aarp_rcv()
|
/linux-4.1.27/include/linux/ |
D | netdevice.h | 1970 struct packet_type { struct 1975 struct packet_type *, argument 1977 bool (*id_match)(struct packet_type *ptype, argument 2157 void dev_add_pack(struct packet_type *pt); 2158 void dev_remove_pack(struct packet_type *pt); 2159 void __dev_remove_pack(struct packet_type *pt);
|
/linux-4.1.27/drivers/char/ |
D | mbcs.h | 117 uint64_t packet_type:4, // 3:0 member
|
/linux-4.1.27/net/tipc/ |
D | bearer.c | 487 struct packet_type *pt, struct net_device *orig_dev) in tipc_l2_rcv_msg() 550 static struct packet_type tipc_packet_type __read_mostly = {
|
/linux-4.1.27/net/ieee802154/ |
D | socket.c | 1056 struct packet_type *pt, struct net_device *orig_dev) in ieee802154_rcv() 1082 static struct packet_type ieee802154_packet_type = {
|
/linux-4.1.27/net/mpls/ |
D | af_mpls.c | 137 struct packet_type *pt, struct net_device *orig_dev) in mpls_forward() 240 static struct packet_type mpls_packet_type __read_mostly = {
|
/linux-4.1.27/net/ipx/ |
D | af_ipx.c | 1630 static int ipx_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_… in ipx_rcv() 1985 static struct packet_type ipx_8023_packet_type __read_mostly = { 1990 static struct packet_type ipx_dix_packet_type __read_mostly = {
|
/linux-4.1.27/net/iucv/ |
D | af_iucv.c | 90 struct packet_type *pt, struct net_device *orig_dev); 2118 struct packet_type *pt, struct net_device *orig_dev) in afiucv_hs_rcv() 2356 static struct packet_type iucv_packet_type = {
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 761 __le16 packet_type; member
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | fw.h | 1270 u8 packet_type; member
|
/linux-4.1.27/net/decnet/ |
D | dn_route.c | 630 int dn_route_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_de… in dn_route_rcv()
|
D | af_decnet.c | 2110 static struct packet_type dn_dix_packet_type __read_mostly = {
|