| /net/batman-adv/ |
| A D | main.c | 423 struct packet_type *ptype, in batadv_batman_skb_recv() 479 idx = batadv_ogm_packet->packet_type; in batadv_batman_skb_recv() 555 batadv_recv_handler_register(u8 packet_type, in batadv_recv_handler_register() argument 561 curr = batadv_rx_handler[packet_type]; in batadv_recv_handler_register() 567 batadv_rx_handler[packet_type] = recv_handler; in batadv_recv_handler_register() 575 void batadv_recv_handler_unregister(u8 packet_type) in batadv_recv_handler_unregister() argument 577 batadv_rx_handler[packet_type] = batadv_recv_unhandled_packet; in batadv_recv_handler_unregister()
|
| A D | tvlv.c | 366 u8 packet_type, in batadv_tvlv_call_handler() argument 377 switch (packet_type) { in batadv_tvlv_call_handler() 435 u8 packet_type, in batadv_tvlv_containers_process() argument 460 packet_type, orig_node, skb, in batadv_tvlv_containers_process() 468 if (packet_type != BATADV_IV_OGM && in batadv_tvlv_containers_process() 469 packet_type != BATADV_OGM2) in batadv_tvlv_containers_process() 643 unicast_tvlv_packet->packet_type = BATADV_UNICAST_TVLV; in batadv_tvlv_unicast_send()
|
| A D | main.h | 246 struct packet_type *ptype, 249 batadv_recv_handler_register(u8 packet_type, 252 void batadv_recv_handler_unregister(u8 packet_type);
|
| A D | send.c | 247 unicast_packet->packet_type = BATADV_UNICAST; in batadv_send_skb_push_fill_unicast() 305 uc_4addr_packet->u.packet_type = BATADV_UNICAST_4ADDR; in batadv_send_skb_prepare_unicast_4addr() 333 struct sk_buff *skb, int packet_type, in batadv_send_skb_unicast() argument 345 switch (packet_type) { in batadv_send_skb_unicast() 405 struct sk_buff *skb, int packet_type, in batadv_send_skb_via_tt_generic() argument 424 ret = batadv_send_skb_unicast(bat_priv, skb, packet_type, in batadv_send_skb_via_tt_generic()
|
| A D | bridge_loop_avoidance.h | 37 unsigned short vid, int packet_type); 64 int packet_type) in batadv_bla_rx() argument
|
| A D | send.h | 58 struct sk_buff *skb, int packet_type, 63 struct sk_buff *skb, int packet_type,
|
| A D | mesh-interface.c | 331 bcast_packet->packet_type = BATADV_BCAST; in batadv_interface_tx() 411 int packet_type; in batadv_interface_rx() local 414 packet_type = batadv_bcast_packet->packet_type; in batadv_interface_rx() 457 if (batadv_bla_rx(bat_priv, skb, vid, packet_type)) in batadv_interface_rx()
|
| A D | tvlv.h | 44 u8 packet_type,
|
| A D | bridge_loop_avoidance.c | 1895 unsigned short vid, int packet_type) in batadv_bla_rx() argument 1932 if (packet_type == BATADV_BCAST || in batadv_bla_rx() 1933 packet_type == BATADV_UNICAST) in batadv_bla_rx() 1940 packet_type == BATADV_UNICAST && in batadv_bla_rx() 1978 (packet_type == BATADV_BCAST || packet_type == BATADV_UNICAST)) { in batadv_bla_rx()
|
| /net/caif/ |
| A D | cfdgml.c | 83 u8 packet_type; in cfdgml_transmit() local 101 packet_type = 0x08; /* B9 set - UNCLASSIFIED */ in cfdgml_transmit() 102 cfpkt_add_head(pkt, &packet_type, 1); in cfdgml_transmit()
|
| A D | caif_dev.c | 248 struct packet_type *pkttype, struct net_device *orig_dev) in receive() 284 static struct packet_type caif_packet_type __read_mostly = { 316 struct packet_type *, in caif_enroll_dev() argument
|
| /net/802/ |
| A D | psnap.c | 46 struct packet_type *pt, struct net_device *orig_dev) in snap_rcv() 50 static struct packet_type snap_packet_type = { in snap_rcv() 125 struct packet_type *, in register_snap_client() argument
|
| A D | stp.c | 31 struct packet_type *pt, struct net_device *orig_dev) in stp_pdu_rcv()
|
| /net/can/ |
| A D | af_can.c | 680 struct packet_type *pt, struct net_device *orig_dev) in can_rcv() 695 struct packet_type *pt, struct net_device *orig_dev) in canfd_rcv() 710 struct packet_type *pt, struct net_device *orig_dev) in canxl_rcv() 838 static struct packet_type can_packet __read_mostly = { 843 static struct packet_type canfd_packet __read_mostly = { 848 static struct packet_type canxl_packet __read_mostly = {
|
| /net/core/ |
| A D | net-procfs.c | 175 struct packet_type *pt = NULL; in ptype_get_idx() 222 struct packet_type *pt; in ptype_seq_next() 270 return list_entry(nxt, struct packet_type, list); in ptype_seq_next() 281 struct packet_type *pt = v; in ptype_seq_show()
|
| A D | selftests.c | 35 struct packet_type pt; 196 struct packet_type *pt, in net_test_loopback_validate()
|
| /net/llc/ |
| A D | llc_core.c | 94 struct packet_type *pt, in llc_sap_open() 133 static struct packet_type llc_packet_type __read_mostly = {
|
| A D | llc_input.c | 162 struct packet_type *pt, struct net_device *orig_dev) in llc_rcv() 168 struct packet_type *, struct net_device *); in llc_rcv()
|
| /net/packet/ |
| A D | internal.h | 97 struct packet_type prot_hook ____cacheline_aligned_in_smp; 133 struct packet_type prot_hook ____cacheline_aligned_in_smp;
|
| /net/dsa/ |
| A D | tag.c | 55 struct packet_type *pt, struct net_device *unused) in dsa_switch_rcv() 128 struct packet_type dsa_pack_type __read_mostly = {
|
| /net/ieee802154/6lowpan/ |
| A D | rx.c | 272 struct packet_type *pt, struct net_device *orig_wdev) in lowpan_rcv() 310 static struct packet_type lowpan_packet_type = {
|
| /net/ipv4/ |
| A D | ipconfig.c | 478 static int ic_rarp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct… 480 static struct packet_type rarp_packet_type __initdata = { 499 ic_rarp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device… in ic_rarp_recv() 661 static int ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struc… 663 static struct packet_type bootp_packet_type __initdata = { 989 static int __init ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt… in ic_bootp_recv()
|
| /net/ncsi/ |
| A D | internal.h | 340 struct packet_type ptype; /* NCSI packet Rx handler */ 414 struct packet_type *pt, struct net_device *orig_dev);
|
| /net/ax25/ |
| A D | ax25_in.c | 184 const ax25_address *dev_addr, struct packet_type *ptype) in ax25_rcv() 434 struct packet_type *ptype, struct net_device *orig_dev) in ax25_kiss_rcv()
|
| /net/x25/ |
| A D | x25_dev.c | 95 struct packet_type *ptype, struct net_device *orig_dev) in x25_lapb_receive_frame()
|