Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 25 of 57) sorted by relevance

123

/net/batman-adv/
Dpacket.h212 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
Dsend.c165 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()
Dsend.h40 struct sk_buff *skb, int packet_type,
45 struct sk_buff *skb, int packet_type,
Dmain.c360 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()
Dmain.h205 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/
Dllc_core.c94 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 = {
Dllc_input.c155 struct packet_type *pt, struct net_device *orig_dev) in llc_rcv()
161 struct packet_type *, struct net_device *); in llc_rcv()
/net/802/
Dpsnap.c50 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
Dp8022.c38 struct packet_type *pt, in register_8022_client()
Dstp.c34 struct packet_type *pt, struct net_device *orig_dev) in stp_pdu_rcv()
/net/caif/
Dcfdgml.c84 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()
Dcaif_dev.c240 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/
Dinternal.h90 struct packet_type prot_hook ____cacheline_aligned_in_smp;
119 struct packet_type prot_hook ____cacheline_aligned_in_smp;
/net/core/
Dnet-procfs.c212 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/
Daf_can.c715 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/
Ddsa_priv.h20 struct packet_type *pt, struct net_device *orig_dev);
Dtag_trailer.c69 struct packet_type *pt, struct net_device *orig_dev) in trailer_rcv()
Dtag_brcm.c104 struct packet_type *pt, struct net_device *orig_dev) in brcm_tag_rcv()
Dtag_dsa.c79 struct packet_type *pt, struct net_device *orig_dev) in dsa_rcv()
/net/ipv4/
Dipconfig.c475 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/
Daf_ieee802154.c301 struct packet_type *pt, struct net_device *orig_dev) in ieee802154_rcv()
328 static struct packet_type ieee802154_packet_type = {
/net/irda/
Dirmod.c58 static struct packet_type irda_packet_type __read_mostly = {
/net/ax25/
Dax25_in.c188 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/
Dx25_dev.c100 struct packet_type *ptype, struct net_device *orig_dev) in x25_lapb_receive_frame()
/net/tipc/
Dbearer.c520 struct packet_type *pt, struct net_device *orig_dev) in tipc_l2_rcv_msg()
590 static struct packet_type tipc_packet_type __read_mostly = {

123