Searched refs:packet_type (Results 1 - 25 of 128) sorted by last modified time

123456

/linux-master/net/x25/
H A Daf_x25.c1762 static struct packet_type x25_packet_type __read_mostly = {
/linux-master/net/packet/
H A Daf_packet.c192 struct packet_type *pt, struct net_device *orig_dev);
1462 struct packet_type *pt, struct net_device *orig_dev)
1552 static bool match_fanout_group(struct packet_type *ptype, struct sock *sk)
1863 struct packet_type *pt, struct net_device *orig_dev)
2122 struct packet_type *pt, struct net_device *orig_dev)
2235 struct packet_type *pt, struct net_device *orig_dev)
/linux-master/net/iucv/
H A Daf_iucv.c2027 struct packet_type *pt, struct net_device *orig_dev)
2258 static struct packet_type iucv_packet_type = {
/linux-master/net/ipv4/
H A Daf_inet.c1894 static struct packet_type ip_packet_type __read_mostly = {
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,
H A Darp.c965 struct packet_type *pt, struct net_device *orig_dev)
1370 static struct packet_type arp_packet_type __read_mostly = {
/linux-master/net/ax25/
H A Daf_ax25.c2030 static struct packet_type ax25_packet_type __read_mostly = {
/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dvirtual_isys.c91 csi_mipi_packet_type_t packet_type,
96 csi_mipi_packet_type_t packet_type,
349 csi_mipi_packet_type_t packet_type; local
357 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type);
358 me->csi_rx.packet_type = packet_type;
362 packet_type,
372 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type);
373 me->csi_rx.packet_type = packet_type;
607 acquire_be_lut_entry( csi_rx_backend_ID_t backend, csi_mipi_packet_type_t packet_type, csi_rx_backend_lut_entry_t *entry) argument
615 release_be_lut_entry( csi_rx_backend_ID_t backend, csi_mipi_packet_type_t packet_type, csi_rx_backend_lut_entry_t *entry) argument
828 csi_mipi_packet_type_t packet_type; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Disp2401_input_system_global.h74 csi_mipi_packet_type_t packet_type; member in struct:input_system_input_port_s::__anon1045
79 csi_mipi_packet_type_t packet_type; member in struct:input_system_input_port_s::__anon1046
/linux-master/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c927 static void build_vrr_infopacket_sdp_v1_3(enum vrr_packet_type packet_type, argument
932 size = ((packet_type == PACKET_TYPE_FS_V1) ? 0x08 :
933 (packet_type == PACKET_TYPE_FS_V3) ? 0x10 :
948 enum vrr_packet_type packet_type,
961 switch (packet_type) {
976 packet_type != PACKET_TYPE_VRR &&
977 packet_type != PACKET_TYPE_VTEM)
978 build_vrr_infopacket_sdp_v1_3(packet_type, infopacket);
945 mod_freesync_build_vrr_infopacket(struct mod_freesync *mod_freesync, const struct dc_stream_state *stream, const struct mod_vrr_params *vrr, enum vrr_packet_type packet_type, enum color_transfer_func app_tf, struct dc_info_packet *infopacket, bool pack_sdp_v1_3) argument
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c8157 enum vrr_packet_type packet_type = PACKET_TYPE_VRR; local
8199 packet_type = PACKET_TYPE_FS_V1;
8201 packet_type = PACKET_TYPE_FS_V2;
8203 packet_type = PACKET_TYPE_FS_V3;
8213 packet_type,
/linux-master/net/mpls/
H A Daf_mpls.c343 struct packet_type *pt, struct net_device *orig_dev)
480 static struct packet_type mpls_packet_type __read_mostly = {
/linux-master/net/dccp/ccids/
H A Dccid2.c498 static int ccid2_hc_tx_parse_options(struct sock *sk, u8 packet_type, argument
/linux-master/net/core/
H A Dnet-procfs.c174 struct packet_type *pt = NULL;
214 struct packet_type *pt;
255 return list_entry(nxt, struct packet_type, list);
266 struct packet_type *pt = v;
H A Dflow_dissector.c796 if (hdr->batadv_unicast.packet_type != BATADV_UNICAST)
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/net/batman-adv/
H A Dsoft-interface.c344 bcast_packet->packet_type = BATADV_BCAST;
424 int packet_type; local
427 packet_type = batadv_bcast_packet->packet_type;
470 if (batadv_bla_rx(bat_priv, skb, vid, packet_type))
H A Dmain.c428 struct packet_type *ptype,
484 idx = batadv_ogm_packet->packet_type;
554 * @packet_type: batadv_packettype which should be handled
560 batadv_recv_handler_register(u8 packet_type, argument
566 curr = batadv_rx_handler[packet_type];
572 batadv_rx_handler[packet_type] = recv_handler;
578 * @packet_type: batadv_packettype which should no longer be handled
580 void batadv_recv_handler_unregister(u8 packet_type) argument
582 batadv_rx_handler[packet_type] = batadv_recv_unhandled_packet;
H A Dmain.h247 struct packet_type *ptype,
250 batadv_recv_handler_register(u8 packet_type,
253 void batadv_recv_handler_unregister(u8 packet_type);
/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/include/net/bluetooth/
H A Dhci.h967 __le16 packet_type; member in struct:hci_cp_set_cpb
/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/net/ethernet/mellanox/mlx5/core/
H A Den_selftest.c150 struct packet_type pt;
159 struct packet_type *pt,
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c895 rx->gve->ptype_lut_dqo->ptypes[desc->packet_type];

Completed in 435 milliseconds

123456