Home
last modified time | relevance | path

Searched defs:flow (Results 1 – 25 of 83) sorted by relevance

1234

/linux-3.3/net/sched/
Dsch_atm.c75 struct atm_flow_data *flow; in lookup_flow() local
88 struct atm_flow_data *flow = (struct atm_flow_data *)arg; in atm_tc_graft() local
105 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_leaf() local
114 struct atm_flow_data *flow; in atm_tc_get() local
138 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_put() local
191 struct atm_flow_data *flow = (struct atm_flow_data *)*arg; in atm_tc_change() local
311 struct atm_flow_data *flow = (struct atm_flow_data *)arg; in atm_tc_delete() local
335 struct atm_flow_data *flow; in atm_tc_walk() local
353 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_find_tcf() local
364 struct atm_flow_data *flow; in atm_tc_enqueue() local
[all …]
Dcls_flow.c71 static u32 flow_get_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_src()
78 static u32 flow_get_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_dst()
85 static u32 flow_get_proto(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto()
90 static u32 flow_get_proto_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_src()
98 static u32 flow_get_proto_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_dst()
147 static u32 flow_get_nfct_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_src()
159 static u32 flow_get_nfct_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_dst()
171 static u32 flow_get_nfct_proto_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_proto_src()
178 static u32 flow_get_nfct_proto_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_proto_dst()
222 static u32 flow_key_get(struct sk_buff *skb, int key, struct flow_keys *flow) in flow_key_get()
/linux-3.3/net/openvswitch/
Dflow.c181 void ovs_flow_used(struct sw_flow *flow, struct sk_buff *skb) in ovs_flow_used()
221 struct sw_flow *flow; in ovs_flow_alloc() local
301 struct sw_flow *flow; in ovs_flow_tbl_destroy() local
334 struct sw_flow *flow; in ovs_flow_tbl_next() local
369 struct sw_flow *flow; in flow_table_copy_flows() local
404 void ovs_flow_free(struct sw_flow *flow) in ovs_flow_free()
416 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback() local
423 void ovs_flow_deferred_free(struct sw_flow *flow) in ovs_flow_deferred_free()
779 struct sw_flow *flow; in ovs_flow_tbl_lookup() local
797 void ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_insert()
[all …]
Ddatapath.c175 struct sw_flow *flow; in ovs_dp_process_received_packet() local
584 static void clear_stats(struct sw_flow *flow) in clear_stats()
598 struct sw_flow *flow; in ovs_packet_cmd_execute() local
745 static int ovs_flow_cmd_fill_info(struct sw_flow *flow, struct datapath *dp, in ovs_flow_cmd_fill_info()
816 static struct sk_buff *ovs_flow_cmd_alloc_info(struct sw_flow *flow) in ovs_flow_cmd_alloc_info()
840 static struct sk_buff *ovs_flow_cmd_build_info(struct sw_flow *flow, in ovs_flow_cmd_build_info()
861 struct sw_flow *flow; in ovs_flow_cmd_new_or_set() local
1003 struct sw_flow *flow; in ovs_flow_cmd_get() local
1038 struct sw_flow *flow; in ovs_flow_cmd_del() local
1089 struct sw_flow *flow; in ovs_flow_cmd_dump() local
Ddatapath.h90 struct sw_flow *flow; member
/linux-3.3/net/core/
Dflow_dissector.c16 static void iph_to_flow_copy_addrs(struct flow_keys *flow, const struct iphdr *iph) in iph_to_flow_copy_addrs()
23 bool skb_flow_dissect(const struct sk_buff *skb, struct flow_keys *flow) in skb_flow_dissect()
/linux-3.3/net/ipv4/netfilter/
Dipt_rpfilter.c73 struct flowi4 flow; in rpfilter_mt() local
/linux-3.3/net/irda/irlan/
Dirlan_eth.c270 void irlan_eth_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) in irlan_eth_flow_indication()
/linux-3.3/drivers/net/ethernet/stmicro/stmmac/
Ddwmac100_core.c146 unsigned int flow = MAC_FLOW_CTRL_ENABLE; in dwmac100_flow_ctrl() local
Ddwmac1000_core.c153 unsigned int flow = 0; in dwmac1000_flow_ctrl() local
/linux-3.3/arch/mips/mti-malta/
Dmalta-init.c139 char parity = '\0', bits = '\0', flow = '\0'; in console_config() local
/linux-3.3/net/netfilter/
Dxt_addrtype.c39 struct flowi6 flow; in match_lookup_rt6() local
/linux-3.3/drivers/staging/mei/
Dinterrupt.c473 static int same_flow_addr(struct mei_cl *cl, struct hbm_flow_control *flow) in same_flow_addr()
486 struct hbm_flow_control *flow) in add_single_flow_creds()
/linux-3.3/drivers/tty/serial/
Dbfin_sport_uart.c614 int flow = 'r'; in sport_uart_console_setup() local
616 int flow = 'n'; in sport_uart_console_setup() local
Dnetx-serial.c552 int *parity, int *bits, int *flow) in netx_console_get_options()
599 int flow = 'n'; in netx_console_setup() local
Dbfin_uart.c1154 int flow = 'r'; in bfin_serial_console_setup() local
1156 int flow = 'n'; in bfin_serial_console_setup() local
D21285.c431 int flow = 'n'; in serial21285_console_setup() local
Dclps711x.c495 int flow = 'n'; in clps711xuart_console_setup() local
/linux-3.3/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1489 static int gfar_check_capability(struct ethtool_rx_flow_spec *flow, in gfar_check_capability()
1557 static void gfar_invert_masks(struct ethtool_rx_flow_spec *flow) in gfar_invert_masks()
1571 struct ethtool_rx_flow_spec *flow) in gfar_add_cls()
/linux-3.3/net/irda/
Dirttp.c1025 static void irttp_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) in irttp_flow_indication()
1070 void irttp_flow_request(struct tsap_cb *self, LOCAL_FLOW flow) in irttp_flow_request()
/linux-3.3/include/net/irda/
Dircomm_tty.h80 LOCAL_FLOW flow; /* IrTTP flow status */ member
/linux-3.3/arch/mips/ar7/
Dprom.c203 char parity = '\0', bits = '\0', flow = '\0'; in console_config() local
/linux-3.3/arch/powerpc/platforms/wsp/
Dopb_pic.c124 static int opb_set_irq_type(struct irq_data *d, unsigned int flow) in opb_set_irq_type()
/linux-3.3/net/irda/ircomm/
Dircomm_core.c500 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow) in ircomm_flow_request()
/linux-3.3/net/caif/
Dchnl_net.c165 static void chnl_flowctrl_cb(struct cflayer *layr, enum caif_ctrlcmd flow, in chnl_flowctrl_cb()

1234