Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/linux/net/caif/
H A Dcfpkt_skbuff.c17 #define PKT_ERROR(pkt, errmsg) \ argument
38 static inline struct cfpkt_priv_data *cfpkt_priv(struct cfpkt *pkt) in cfpkt_priv()
43 static inline bool is_erronous(struct cfpkt *pkt) in is_erronous()
48 static inline struct sk_buff *pkt_to_skb(struct cfpkt *pkt) in pkt_to_skb()
60 struct cfpkt *pkt = skb_to_pkt(nativepkt); in cfpkt_fromnative() local
66 void *cfpkt_tonative(struct cfpkt *pkt) in cfpkt_tonative()
89 void cfpkt_destroy(struct cfpkt *pkt) in cfpkt_destroy()
95 inline bool cfpkt_more(struct cfpkt *pkt) in cfpkt_more()
101 int cfpkt_peek_head(struct cfpkt *pkt, void *data, u16 len) in cfpkt_peek_head()
112 int cfpkt_extr_head(struct cfpkt *pkt, void *data, u16 len) in cfpkt_extr_head()
[all …]
/linux/drivers/media/platform/amphion/
H A Dvpu_msgs.c29 static void vpu_session_handle_start_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_start_done()
34 static void vpu_session_handle_mem_request(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_mem_request()
58 static void vpu_session_handle_stop_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_stop_done()
65 static void vpu_session_handle_seq_hdr(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_seq_hdr()
77 static void vpu_session_handle_resolution_change(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_resolution_change()
82 static void vpu_session_handle_enc_frame_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_enc_frame_done()
92 static void vpu_session_handle_frame_request(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_frame_request()
100 static void vpu_session_handle_frame_release(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_frame_release()
118 static void vpu_session_handle_input_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_input_done()
124 static void vpu_session_handle_pic_decoded(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_pic_decoded()
[all …]
/linux/drivers/infiniband/sw/rxe/
H A Drxe_hdr.h34 static inline struct sk_buff *PKT_TO_SKB(struct rxe_pkt_info *pkt) in PKT_TO_SKB()
280 static inline u8 bth_opcode(struct rxe_pkt_info *pkt) in bth_opcode()
285 static inline void bth_set_opcode(struct rxe_pkt_info *pkt, u8 opcode) in bth_set_opcode()
290 static inline u8 bth_se(struct rxe_pkt_info *pkt) in bth_se()
295 static inline void bth_set_se(struct rxe_pkt_info *pkt, int se) in bth_set_se()
300 static inline u8 bth_mig(struct rxe_pkt_info *pkt) in bth_mig()
305 static inline void bth_set_mig(struct rxe_pkt_info *pkt, u8 mig) in bth_set_mig()
310 static inline u8 bth_pad(struct rxe_pkt_info *pkt) in bth_pad()
315 static inline void bth_set_pad(struct rxe_pkt_info *pkt, u8 pad) in bth_set_pad()
320 static inline u8 bth_tver(struct rxe_pkt_info *pkt) in bth_tver()
[all …]
H A Drxe_resp.c71 struct rxe_pkt_info *pkt) in check_psn()
115 struct rxe_pkt_info *pkt) in check_op_seq()
205 struct rxe_pkt_info *pkt) in check_qp_attr_access()
229 struct rxe_pkt_info *pkt) in check_op_valid()
311 struct rxe_pkt_info *pkt) in check_resource()
339 struct rxe_pkt_info *pkt) in rxe_resp_check_length()
404 static void qp_resp_from_reth(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in qp_resp_from_reth()
418 static void qp_resp_from_atmeth(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in qp_resp_from_atmeth()
431 struct rxe_pkt_info *pkt) in check_rkey()
580 struct rxe_pkt_info *pkt) in write_data_in()
[all …]
H A Drxe_recv.c13 static int check_type_state(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_type_state()
75 static int check_keys(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_keys()
100 static int check_addr(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_addr()
135 static int hdr_check(struct rxe_pkt_info *pkt) in hdr_check()
182 static inline void rxe_rcv_pkt(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_rcv_pkt()
192 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv_mcast_pkt() local
286 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_chk_dgid() local
319 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv() local
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_msgs.c23 struct hfi_msg_event_notify_pkt *pkt) in event_seq_changed()
165 struct hfi_msg_event_notify_pkt *pkt) in event_release_buffer_ref()
183 struct hfi_msg_event_notify_pkt *pkt) in event_sys_error()
196 struct hfi_msg_event_notify_pkt *pkt) in event_session_error()
228 struct hfi_msg_event_notify_pkt *pkt = packet; in hfi_event_notify() local
256 struct hfi_msg_sys_init_done_pkt *pkt = packet; in hfi_sys_init_done() local
285 struct hfi_msg_sys_property_info_pkt *pkt) in sys_get_prop_image_version()
336 struct hfi_msg_sys_property_info_pkt *pkt = packet; in hfi_sys_property_info() local
358 struct hfi_msg_sys_release_resource_done_pkt *pkt = packet; in hfi_sys_rel_resource_done() local
367 struct hfi_msg_sys_ping_ack_pkt *pkt = packet; in hfi_sys_ping_done() local
[all …]
H A Dhfi_cmds.c14 void pkt_sys_init(struct hfi_sys_init_pkt *pkt, u32 arch_type) in pkt_sys_init()
21 void pkt_sys_pc_prep(struct hfi_sys_pc_prep_pkt *pkt) in pkt_sys_pc_prep()
27 void pkt_sys_idle_indicator(struct hfi_sys_set_property_pkt *pkt, u32 enable) in pkt_sys_idle_indicator()
38 void pkt_sys_debug_config(struct hfi_sys_set_property_pkt *pkt, u32 mode, in pkt_sys_debug_config()
52 void pkt_sys_coverage_config(struct hfi_sys_set_property_pkt *pkt, u32 mode) in pkt_sys_coverage_config()
61 void pkt_sys_ubwc_config(struct hfi_sys_set_property_pkt *pkt, const struct hfi_ubwc_config *hfi) in pkt_sys_ubwc_config()
70 int pkt_sys_set_resource(struct hfi_sys_set_resource_pkt *pkt, u32 id, u32 size, in pkt_sys_set_resource()
97 int pkt_sys_unset_resource(struct hfi_sys_release_resource_pkt *pkt, u32 id, in pkt_sys_unset_resource()
118 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie) in pkt_sys_ping()
125 void pkt_sys_power_control(struct hfi_sys_set_property_pkt *pkt, u32 enable) in pkt_sys_power_control()
[all …]
H A Dhfi_venus.c240 struct iface_queue *queue, void *pkt, u32 *tx_req) in venus_read_queue()
392 void *pkt, bool sync) in venus_iface_cmdq_write_nolock()
431 static int venus_iface_cmdq_write(struct venus_hfi_device *hdev, void *pkt, bool sync) in venus_iface_cmdq_write()
446 struct hfi_sys_set_resource_pkt *pkt; in venus_hfi_core_set_resource() local
688 void *pkt) in venus_iface_msgq_read_nolock()
709 static int venus_iface_msgq_read(struct venus_hfi_device *hdev, void *pkt) in venus_iface_msgq_read()
721 void *pkt) in venus_iface_dbgq_read_nolock()
743 static int venus_iface_dbgq_read(struct venus_hfi_device *hdev, void *pkt) in venus_iface_dbgq_read()
857 struct hfi_sys_set_property_pkt *pkt; in venus_sys_set_debug() local
869 struct hfi_sys_set_property_pkt *pkt; in venus_sys_set_coverage() local
[all …]
/linux/include/linux/soc/mediatek/
H A Dmtk-cmdq.h361 static inline int cmdq_pkt_jump(struct cmdq_pkt *pkt, dma_addr_t addr, u8 shift_pa) in cmdq_pkt_jump()
409 static inline int cmdq_pkt_create(struct cmdq_client *client, struct cmdq_pkt *pkt, size_t size) in cmdq_pkt_create()
414 static inline void cmdq_pkt_destroy(struct cmdq_client *client, struct cmdq_pkt *pkt) { } in cmdq_pkt_destroy()
416 static inline int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) in cmdq_pkt_write()
421 static inline int cmdq_pkt_write_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_write_mask()
427 static inline int cmdq_pkt_read_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_read_s()
433 static inline int cmdq_pkt_write_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s()
439 static inline int cmdq_pkt_write_s_mask(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s_mask()
445 static inline int cmdq_pkt_write_s_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx, in cmdq_pkt_write_s_value()
451 static inline int cmdq_pkt_write_s_mask_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx, in cmdq_pkt_write_s_mask_value()
[all …]
/linux/arch/sparc/kernel/
H A Dviohs.c50 struct vio_ver_info pkt; in send_version() local
163 struct vio_msg_tag *pkt = arg; in process_unknown() local
180 struct vio_dring_register pkt; in send_dreg() member
220 struct vio_rdx pkt; in send_rdx() local
256 struct vio_ver_info *pkt) in process_ver_info()
312 struct vio_ver_info *pkt) in process_ver_ack()
345 struct vio_ver_info *pkt) in process_ver_nack()
364 static int process_ver(struct vio_driver_state *vio, struct vio_ver_info *pkt) in process_ver()
381 static int process_attr(struct vio_driver_state *vio, void *pkt) in process_attr()
428 struct vio_dring_register *pkt) in process_dreg_info()
[all …]
/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c22 void usbhs_pkt_init(struct usbhs_pkt *pkt) in usbhs_pkt_init()
30 static int usbhsf_null_handle(struct usbhs_pkt *pkt, int *is_done) in usbhsf_null_handle()
45 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, in usbhs_pkt_push()
47 struct usbhs_pkt *pkt), in usbhs_pkt_push()
87 static void __usbhsf_pkt_del(struct usbhs_pkt *pkt) in __usbhsf_pkt_del()
106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop()
159 struct usbhs_pkt *pkt; in usbhsf_pkt_handler() local
357 static int usbhs_dcp_dir_switch_to_write(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_write()
386 static int usbhs_dcp_dir_switch_to_read(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_read()
414 static int usbhs_dcp_dir_switch_done(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_done()
[all …]
/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen1_response.c16 struct hfi_msg_event_notify_pkt *pkt) in iris_hfi_gen1_read_changed_params()
176 struct hfi_msg_event_notify_pkt *pkt) in iris_hfi_gen1_event_seq_changed()
220 struct hfi_msg_event_notify_pkt *pkt = packet; in iris_hfi_gen1_sys_event_notify() local
239 iris_hfi_gen1_event_session_error(struct iris_inst *inst, struct hfi_msg_event_notify_pkt *pkt) in iris_hfi_gen1_event_session_error()
268 struct hfi_msg_event_notify_pkt *pkt = packet; in iris_hfi_gen1_session_event_notify() local
284 struct hfi_msg_sys_init_done_pkt *pkt = packet; in iris_hfi_gen1_sys_init_done() local
296 struct hfi_msg_sys_property_info_pkt *pkt) in iris_hfi_gen1_sys_get_prop_image_version()
326 struct hfi_msg_sys_property_info_pkt *pkt = packet; in iris_hfi_gen1_sys_property_info() local
345 struct hfi_msg_session_empty_buffer_done_pkt *pkt = packet; in iris_hfi_gen1_session_etb_done() local
390 struct hfi_msg_session_fbd_uncompressed_plane0_pkt *pkt = packet; in iris_hfi_gen1_session_ftb_done() local
[all …]
H A Diris_hfi_gen2_response.c113 static bool iris_hfi_gen2_validate_packet_payload(struct iris_hfi_packet *pkt) in iris_hfi_gen2_validate_packet_payload()
166 u8 *pkt; in iris_hfi_gen2_validate_hdr_packet() local
187 struct iris_hfi_packet *pkt) in iris_hfi_gen2_handle_session_info()
226 struct iris_hfi_packet *pkt) in iris_hfi_gen2_handle_session_error()
266 struct iris_hfi_packet *pkt) in iris_hfi_gen2_handle_system_error()
286 struct iris_hfi_packet *pkt) in iris_hfi_gen2_handle_system_init()
299 struct iris_hfi_packet *pkt) in iris_hfi_gen2_handle_session_close()
447 struct iris_hfi_packet *pkt) in iris_hfi_gen2_handle_session_stop()
462 struct iris_hfi_packet *pkt) in iris_hfi_gen2_handle_session_buffer()
490 struct iris_hfi_packet *pkt) in iris_hfi_gen2_handle_session_drain()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c33 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_reply_error() local
46 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_csa() local
75 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_spectrum_measure_notif() local
92 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_pm_sleep_notif() local
102 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_pm_debug_statistics_notif() local
112 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_beacon_notif() local
348 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_statistics() local
448 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_reply_statistics() local
471 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_card_state_notif() local
522 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_missed_beacon_notif() local
[all …]
/linux/net/netfilter/
H A Dnf_tables_core.c41 static noinline void __nft_trace_packet(const struct nft_pktinfo *pkt, in __nft_trace_packet()
55 static inline void nft_trace_packet(const struct nft_pktinfo *pkt, in nft_trace_packet()
67 static inline void nft_trace_copy_nftrace(const struct nft_pktinfo *pkt, in nft_trace_copy_nftrace()
108 static noinline void __nft_trace_verdict(const struct nft_pktinfo *pkt, in __nft_trace_verdict()
135 static inline void nft_trace_verdict(const struct nft_pktinfo *pkt, in nft_trace_verdict()
146 const struct nft_pktinfo *pkt) in nft_payload_fast_eval()
179 const struct nft_pktinfo *pkt) in nft_update_chain_stats()
205 struct nft_pktinfo *pkt) in expr_call_ops_eval()
250 nft_do_chain(struct nft_pktinfo *pkt, void *priv) in nft_do_chain()
H A Dnft_meta.c80 nft_meta_get_eval_pkttype_lo(const struct nft_pktinfo *pkt, in nft_meta_get_eval_pkttype_lo()
132 const struct nft_pktinfo *pkt) in nft_meta_get_eval_skugid()
166 nft_meta_get_eval_cgroup(u32 *dest, const struct nft_pktinfo *pkt) in nft_meta_get_eval_cgroup()
180 const struct nft_pktinfo *pkt) in nft_meta_get_eval_kind()
231 const struct nft_pktinfo *pkt) in nft_meta_get_eval_ifname()
287 static noinline u32 nft_meta_get_eval_sdif(const struct nft_pktinfo *pkt) in nft_meta_get_eval_sdif()
300 nft_meta_get_eval_sdifname(u32 *dest, const struct nft_pktinfo *pkt) in nft_meta_get_eval_sdifname()
311 const struct nft_pktinfo *pkt) in nft_meta_get_eval()
420 const struct nft_pktinfo *pkt) in nft_meta_set_eval()
862 const struct nft_pktinfo *pkt, in nft_meta_inner_eval()
[all …]
H A Dnft_inner.c59 const struct nft_pktinfo *pkt, in nft_inner_parse_l2l3()
181 const struct nft_pktinfo *pkt, in nft_inner_parse_tunhdr()
217 struct nft_pktinfo *pkt, in nft_inner_parse()
241 static bool nft_inner_restore_tun_ctx(const struct nft_pktinfo *pkt, in nft_inner_restore_tun_ctx()
261 static void nft_inner_save_tun_ctx(const struct nft_pktinfo *pkt, in nft_inner_save_tun_ctx()
276 const struct nft_pktinfo *pkt, in nft_inner_parse_needed()
292 const struct nft_pktinfo *pkt) in nft_inner_eval()
/linux/include/net/netfilter/
H A Dnf_tables_ipv4.h8 static inline void nft_set_pktinfo_ipv4(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv4()
19 static inline int __nft_set_pktinfo_ipv4_validate(struct nft_pktinfo *pkt) in __nft_set_pktinfo_ipv4_validate()
51 static inline void nft_set_pktinfo_ipv4_validate(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv4_validate()
57 static inline int nft_set_pktinfo_ipv4_ingress(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv4_ingress()
H A Dnf_tables_ipv6.h9 static inline void nft_set_pktinfo_ipv6(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv6()
27 static inline int __nft_set_pktinfo_ipv6_validate(struct nft_pktinfo *pkt) in __nft_set_pktinfo_ipv6_validate()
65 static inline void nft_set_pktinfo_ipv6_validate(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv6_validate()
71 static inline int nft_set_pktinfo_ipv6_ingress(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv6_ingress()
/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c129 static int e2i_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in e2i_read_data()
200 static int egalax_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in egalax_read_data()
255 static int etouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in etouch_read_data()
300 static int panjit_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in panjit_read_data()
331 static int mtouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in mtouch_read_data()
490 static int itm_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in itm_read_data()
537 static int eturbo_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in eturbo_read_data()
578 static int gunze_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in gunze_read_data()
666 static int dmc_tsc10_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in dmc_tsc10_read_data()
691 static int irtouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in irtouch_read_data()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dnotif.c115 struct iwl_rx_packet *pkt) in iwl_mld_handle_mfuart_notif()
168 struct iwl_rx_packet *pkt) in iwl_mld_handle_mu_mimo_grp_notif()
180 struct iwl_rx_packet *pkt) in iwl_mld_handle_channel_switch_start_notif()
236 struct iwl_rx_packet *pkt) in iwl_mld_handle_channel_switch_error_notif()
260 struct iwl_rx_packet *pkt) in iwl_mld_handle_beacon_notification()
472 iwl_mld_notif_is_valid(struct iwl_mld *mld, struct iwl_rx_packet *pkt, in iwl_mld_notif_is_valid()
521 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwl_mld_log_async_handler_op() local
533 struct iwl_rx_packet *pkt) in iwl_mld_rx_notif()
580 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwl_mld_rx() local
602 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwl_mld_rx_rss() local
/linux/include/net/caif/
H A Dcfpkt.h35 static inline u8 cfpkt_extr_head_u8(struct cfpkt *pkt) in cfpkt_extr_head_u8()
44 static inline u16 cfpkt_extr_head_u16(struct cfpkt *pkt) in cfpkt_extr_head_u16()
53 static inline u32 cfpkt_extr_head_u32(struct cfpkt *pkt) in cfpkt_extr_head_u32()
/linux/net/vmw_vsock/
H A Dvmci_transport.c65 struct vmci_transport_packet pkt; member
112 vmci_transport_packet_init(struct vmci_transport_packet *pkt, in vmci_transport_packet_init()
176 vmci_transport_packet_get_addresses(struct vmci_transport_packet *pkt, in vmci_transport_packet_get_addresses()
185 __vmci_transport_send_control_pkt(struct vmci_transport_packet *pkt, in __vmci_transport_send_control_pkt()
208 vmci_transport_reply_control_pkt_fast(struct vmci_transport_packet *pkt, in vmci_transport_reply_control_pkt_fast()
244 static struct vmci_transport_packet pkt; in vmci_transport_send_control_pkt_bh() local
262 struct vmci_transport_packet *pkt; in vmci_transport_alloc_send_control_pkt() local
304 struct vmci_transport_packet *pkt) in vmci_transport_send_reset_bh()
315 struct vmci_transport_packet *pkt) in vmci_transport_send_reset()
380 static int vmci_transport_reply_reset(struct vmci_transport_packet *pkt) in vmci_transport_reply_reset()
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.c759 static void ice_pkt_insert_ipv6_addr(u8 *pkt, int offset, __be32 *addr) in ice_pkt_insert_ipv6_addr()
776 static void ice_pkt_insert_u6_qfi(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u6_qfi()
790 static void ice_pkt_insert_u8(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u8()
806 static void ice_pkt_insert_u8_tc(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u8_tc()
823 static void ice_pkt_insert_u16(u8 *pkt, int offset, __be16 data) in ice_pkt_insert_u16()
834 static void ice_pkt_insert_u32(u8 *pkt, int offset, __be32 data) in ice_pkt_insert_u32()
844 static void ice_pkt_insert_mac_addr(u8 *pkt, u8 *addr) in ice_pkt_insert_mac_addr()
859 u8 *pkt, bool frag, bool tun) in ice_fdir_get_gen_prgm_pkt()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_vlan.c57 bool parse_eth_frame(struct ethhdr *eth, void *data_end, struct parse_pkt *pkt) in parse_eth_frame()
110 struct parse_pkt pkt = { 0 }; in xdp_drop_vlan_4011() local
152 struct parse_pkt pkt = { 0 }; in xdp_vlan_change() local
186 struct parse_pkt pkt = { 0 }; in xdp_vlan_remove_outer() local
233 struct parse_pkt pkt = { 0 }; in xdp_vlan_remove_outer2() local

12345678910>>...14