Home
last modified time | relevance | path

Searched defs:flow (Results 26 – 50 of 248) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c265 nfp_flower_tun_is_gre(struct flow_cls_offload *flow, int start_idx) in nfp_flower_tun_is_gre()
282 struct flow_cls_offload *flow, in nfp_fl_get_tun_from_act()
444 struct flowi6 flow = {}; in nfp_fl_set_tun() local
459 struct flowi4 flow = {}; in nfp_fl_set_tun() local
791 nfp_fl_commit_mangle(struct flow_cls_offload *flow, char *nfp_action, in nfp_fl_commit_mangle()
893 struct flow_cls_offload *flow, char *nfp_action, int *a_len, in nfp_fl_pedit()
980 struct flow_cls_offload *flow, in nfp_flower_loop_action()
1198 struct flow_cls_offload *flow, in nfp_flower_compile_action()
H A Doffload.c242 struct flow_cls_offload *flow, in nfp_flower_calculate_key_layers()
587 nfp_flower_update_merge_with_actions(struct nfp_fl_payload *flow, in nfp_flower_update_merge_with_actions()
703 nfp_flower_populate_merge_match(struct nfp_fl_payload *flow, in nfp_flower_populate_merge_match()
1132 struct nfp_fl_payload *flow, in nfp_flower_validate_pre_tun_rule()
1291 struct flow_cls_offload *flow) in nfp_flower_add_offload()
1481 struct flow_cls_offload *flow) in nfp_flower_del_offload()
1595 struct flow_cls_offload *flow) in nfp_flower_get_stats()
H A Dtunnel_conf.c449 struct flowi4 *flow, struct neighbour *neigh, gfp_t flag) in nfp_tun_write_neigh_v4()
485 struct flowi6 *flow, struct neighbour *neigh, gfp_t flag) in nfp_tun_write_neigh_v6()
604 struct flowi4 flow = {}; in nfp_tunnel_request_route_v4() local
648 struct flowi6 flow = {}; in nfp_tunnel_request_route_v6() local
1272 struct nfp_fl_payload *flow) in nfp_flower_xmit_pre_tun_flow()
1326 struct nfp_fl_payload *flow) in nfp_flower_xmit_pre_tun_del_flow()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra30/
H A Dcpu.c89 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in t30_init_clocks() local
131 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in set_cpu_running() local
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c223 struct sw_flow *flow; in ovs_dp_process_packet() local
560 struct sw_flow *flow; in ovs_packet_cmd_execute() local
765 static int ovs_flow_cmd_fill_stats(const struct sw_flow *flow, in ovs_flow_cmd_fill_stats()
793 static int ovs_flow_cmd_fill_actions(const struct sw_flow *flow, in ovs_flow_cmd_fill_actions()
833 static int ovs_flow_cmd_fill_info(const struct sw_flow *flow, int dp_ifindex, in ovs_flow_cmd_fill_info()
904 static struct sk_buff *ovs_flow_cmd_build_info(const struct sw_flow *flow, in ovs_flow_cmd_build_info()
932 struct sw_flow *flow = NULL, *new_flow; in ovs_flow_cmd_new() local
1173 struct sw_flow *flow; in ovs_flow_cmd_set() local
1276 struct sw_flow *flow; in ovs_flow_cmd_get() local
1335 struct sw_flow *flow = NULL; in ovs_flow_cmd_del() local
[all …]
H A Dflow.c59 void ovs_flow_stats_update(struct sw_flow *flow, __be16 tcp_flags, in ovs_flow_stats_update()
125 void ovs_flow_stats_get(const struct sw_flow *flow, in ovs_flow_stats_get()
155 void ovs_flow_stats_clear(struct sw_flow *flow) in ovs_flow_stats_clear()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_fdir.c507 enum ice_fltr_ptype flow; in ice_fdir_get_gen_prgm_pkt() local
665 bool ice_fdir_has_frag(enum ice_fltr_ptype flow) in ice_fdir_has_frag()
724 ice_fdir_update_cntrs(struct ice_hw *hw, enum ice_fltr_ptype flow, bool add) in ice_fdir_update_cntrs()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c93 int flow, i; in sun8i_ce_cipher_prepare() local
280 int flow, err; in sun8i_ce_cipher_run() local
302 int flow; in sun8i_ce_cipher_unprepare() local
H A Dsun8i-ce-core.c136 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name) in sun8i_ce_run_task()
240 int flow = 0; in ce_irq_handler() local
H A Dsun8i-ce-trng.c28 int flow = 3; in sun8i_ce_trng_read() local
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_fq.c162 static void fq_flow_add_tail(struct fq_flow_head *head, struct fq_flow *flow) in fq_flow_add_tail()
364 static struct sk_buff *fq_peek(struct fq_flow *flow) in fq_peek()
380 static void fq_erase_head(struct Qdisc *sch, struct fq_flow *flow, in fq_erase_head()
394 static void fq_dequeue_skb(struct Qdisc *sch, struct fq_flow *flow, in fq_dequeue_skb()
404 static void flow_queue_add(struct fq_flow *flow, struct sk_buff *skb) in flow_queue_add()
646 static void fq_flow_purge(struct fq_flow *flow) in fq_flow_purge()
H A Dsch_hhf.c184 struct hh_flow_state *flow, *next; in seek_list() local
215 struct hh_flow_state *flow; in alloc_new_hh() local
252 struct hh_flow_state *flow; in hhf_classify() local
485 struct hh_flow_state *flow, *next; in hhf_destroy() local
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_immediate.c195 struct nft_flow_rule *flow, in nft_immediate_offload_verdict()
219 struct nft_flow_rule *flow, in nft_immediate_offload()
H A Dnf_flow_table_inet.c25 const struct flow_offload *flow, in nf_flow_rule_route_inet()
H A Dnf_dup_netdev.c56 struct nft_flow_rule *flow, in nft_fwd_dup_netdev_offload()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.h185 struct mlx5e_tc_flow *flow, in mlx5_tc_ct_flow_offload()
195 struct mlx5e_tc_flow *flow, in mlx5_tc_ct_delete_flow()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra124/
H A Dpsci.c27 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in psci_board_init() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3 …throw"Provide jQuery or null";return e(t,n)}:"function"==typeof define&&define.amd?define(function… argument
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c68 int flow = rctx->flow; in sun8i_ss_run_task() local
150 int flow = 0; in ss_irq_handler() local
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.c203 struct usnic_fwd_flow *flow; in usnic_fwd_alloc_flow() local
269 int usnic_fwd_dealloc_flow(struct usnic_fwd_flow *flow) in usnic_fwd_dealloc_flow()
/OK3568_Linux_fs/kernel/net/qrtr/
H A Dqrtr.c170 struct qrtr_tx_flow *flow; in __qrtr_node_release() local
219 struct qrtr_tx_flow *flow; in qrtr_tx_resume() local
256 struct qrtr_tx_flow *flow; in qrtr_tx_wait() local
320 struct qrtr_tx_flow *flow; in qrtr_tx_flow_failed() local
599 struct qrtr_tx_flow *flow; in qrtr_endpoint_unregister() local
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dswap.c31 static int flow(sox_effect_t *effp, const sox_sample_t *ibuf, in flow() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot_avp.c28 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in wb_start() local
/OK3568_Linux_fs/kernel/drivers/crypto/amlogic/
H A Damlogic-gxl.h97 atomic_t flow; member
111 int flow; member
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c1432 static const void *flow_keys_hash_start(const struct flow_keys *flow) in flow_keys_hash_start()
1438 static inline size_t flow_keys_hash_length(const struct flow_keys *flow) in flow_keys_hash_length()
1458 __be32 flow_get_u32_src(const struct flow_keys *flow) in flow_get_u32_src()
1474 __be32 flow_get_u32_dst(const struct flow_keys *flow) in flow_get_u32_dst()
1565 const struct flow_keys *flow) in make_flow_keys_digest()

12345678910