/net/batman-adv/ |
D | packet.h | 212 uint8_t packet_type; member 245 uint8_t packet_type; member 268 uint8_t packet_type; member 295 uint8_t packet_type; member 330 uint8_t packet_type; member 369 uint8_t packet_type; member 397 uint8_t packet_type; member 427 uint8_t packet_type; member 458 uint8_t packet_type; member
|
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 | send.h | 40 struct sk_buff *skb, int packet_type, 45 struct sk_buff *skb, int packet_type,
|
D | main.c | 360 struct packet_type *ptype, in batadv_batman_skb_recv() 409 idx = batadv_ogm_packet->packet_type; in batadv_batman_skb_recv() 472 batadv_recv_handler_register(uint8_t packet_type, in batadv_recv_handler_register() argument 478 curr = batadv_rx_handler[packet_type]; in batadv_recv_handler_register() 484 batadv_rx_handler[packet_type] = recv_handler; in batadv_recv_handler_register() 488 void batadv_recv_handler_unregister(uint8_t packet_type) in batadv_recv_handler_unregister() argument 490 batadv_rx_handler[packet_type] = batadv_recv_unhandled_packet; in batadv_recv_handler_unregister() 1145 unicast_tvlv_packet->packet_type = BATADV_UNICAST_TVLV; in batadv_tvlv_unicast_send()
|
D | main.h | 205 struct packet_type *ptype, 208 batadv_recv_handler_register(uint8_t packet_type, 211 void batadv_recv_handler_unregister(uint8_t packet_type);
|
/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()
|
/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()
|
/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
|
/net/packet/ |
D | internal.h | 90 struct packet_type prot_hook ____cacheline_aligned_in_smp; 119 struct packet_type prot_hook ____cacheline_aligned_in_smp;
|
/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()
|
/net/can/ |
D | af_can.c | 715 struct packet_type *pt, struct net_device *orig_dev) in can_rcv() 738 struct packet_type *pt, struct net_device *orig_dev) in canfd_rcv() 879 static struct packet_type can_packet __read_mostly = { 884 static struct packet_type canfd_packet __read_mostly = {
|
/net/dsa/ |
D | dsa_priv.h | 20 struct packet_type *pt, struct net_device *orig_dev);
|
D | tag_trailer.c | 69 struct packet_type *pt, struct net_device *orig_dev) in trailer_rcv()
|
D | tag_brcm.c | 104 struct packet_type *pt, struct net_device *orig_dev) in brcm_tag_rcv()
|
D | tag_dsa.c | 79 struct packet_type *pt, struct net_device *orig_dev) in dsa_rcv()
|
/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()
|
/net/ieee802154/ |
D | af_ieee802154.c | 301 struct packet_type *pt, struct net_device *orig_dev) in ieee802154_rcv() 328 static struct packet_type ieee802154_packet_type = {
|
/net/irda/ |
D | irmod.c | 58 static struct packet_type irda_packet_type __read_mostly = {
|
/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()
|
/net/x25/ |
D | x25_dev.c | 100 struct packet_type *ptype, struct net_device *orig_dev) in x25_lapb_receive_frame()
|
/net/tipc/ |
D | bearer.c | 520 struct packet_type *pt, struct net_device *orig_dev) in tipc_l2_rcv_msg() 590 static struct packet_type tipc_packet_type __read_mostly = {
|