/net/openvswitch/ |
D | flow_table.c | 81 struct sw_flow *flow; in ovs_flow_alloc() local 135 static void flow_free(struct sw_flow *flow) in flow_free() 153 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback() local 158 void ovs_flow_free(struct sw_flow *flow, bool deferred) in ovs_flow_free() 249 struct sw_flow *flow; in table_instance_destroy() local 287 struct sw_flow *flow; in ovs_flow_tbl_dump_next() local 319 struct sw_flow *flow) in table_instance_insert() 328 struct sw_flow *flow) in ufid_table_instance_insert() 347 struct sw_flow *flow; in flow_table_copy_flows() local 446 static bool flow_cmp_masked_key(const struct sw_flow *flow, in flow_cmp_masked_key() [all …]
|
D | datapath.c | 262 struct sw_flow *flow; in ovs_dp_process_packet() local 563 struct sw_flow *flow; in ovs_packet_cmd_execute() local 764 static int ovs_flow_cmd_fill_stats(const struct sw_flow *flow, in ovs_flow_cmd_fill_stats() 792 static int ovs_flow_cmd_fill_actions(const struct sw_flow *flow, in ovs_flow_cmd_fill_actions() 832 static int ovs_flow_cmd_fill_info(const struct sw_flow *flow, int dp_ifindex, in ovs_flow_cmd_fill_info() 903 static struct sk_buff *ovs_flow_cmd_build_info(const struct sw_flow *flow, in ovs_flow_cmd_build_info() 928 struct sw_flow *flow = NULL, *new_flow; in ovs_flow_cmd_new() local 1114 struct sw_flow *flow; in ovs_flow_cmd_set() local 1234 struct sw_flow *flow; in ovs_flow_cmd_get() local 1293 struct sw_flow *flow = NULL; in ovs_flow_cmd_del() local [all …]
|
D | flow.c | 71 void ovs_flow_stats_update(struct sw_flow *flow, __be16 tcp_flags, in ovs_flow_stats_update() 137 void ovs_flow_stats_get(const struct sw_flow *flow, in ovs_flow_stats_get() 167 void ovs_flow_stats_clear(struct sw_flow *flow) in ovs_flow_stats_clear()
|
D | flow_netlink.c | 1766 int ovs_nla_put_identifier(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_identifier() 1777 int ovs_nla_put_masked_key(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_masked_key() 1784 int ovs_nla_put_mask(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_mask()
|
/net/sched/ |
D | sch_atm.c | 73 struct atm_flow_data *flow; in lookup_flow() local 86 struct atm_flow_data *flow = (struct atm_flow_data *)arg; in atm_tc_graft() local 103 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_leaf() local 112 struct atm_flow_data *flow; in atm_tc_get() local 136 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_put() local 189 struct atm_flow_data *flow = (struct atm_flow_data *)*arg; in atm_tc_change() local 309 struct atm_flow_data *flow = (struct atm_flow_data *)arg; in atm_tc_delete() local 333 struct atm_flow_data *flow; in atm_tc_walk() local 352 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 …]
|
D | sch_fq_codel.c | 121 static inline struct sk_buff *dequeue_head(struct fq_codel_flow *flow) in dequeue_head() 131 static inline void flow_queue_add(struct fq_codel_flow *flow, in flow_queue_add() 148 struct fq_codel_flow *flow; in fq_codel_drop() local 193 struct fq_codel_flow *flow; in fq_codel_enqueue() local 264 struct fq_codel_flow *flow; in dequeue_func() local 290 struct fq_codel_flow *flow; in fq_codel_dequeue() local 343 static void fq_codel_flow_purge(struct fq_codel_flow *flow) in fq_codel_flow_purge() 357 struct fq_codel_flow *flow = q->flows + i; in fq_codel_reset() local 510 struct fq_codel_flow *flow = q->flows + i; in fq_codel_init() local 636 const struct fq_codel_flow *flow = &q->flows[idx]; in fq_codel_dump_class_stats() local
|
D | cls_flow.c | 70 static u32 flow_get_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_src() 80 static u32 flow_get_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_dst() 91 const struct flow_keys *flow) in flow_get_proto() 97 const struct flow_keys *flow) in flow_get_proto_src() 106 const struct flow_keys *flow) in flow_get_proto_dst() 156 const struct flow_keys *flow) in flow_get_nfct_src() 169 const struct flow_keys *flow) in flow_get_nfct_dst() 182 const struct flow_keys *flow) in flow_get_nfct_proto_src() 190 const struct flow_keys *flow) in flow_get_nfct_proto_dst() 244 static u32 flow_key_get(struct sk_buff *skb, int key, struct flow_keys *flow) in flow_key_get()
|
D | sch_hhf.c | 183 struct hh_flow_state *flow, *next; in seek_list() local 214 struct hh_flow_state *flow; in alloc_new_hh() local 251 struct hh_flow_state *flow; in hhf_classify() local 496 struct hh_flow_state *flow, *next; in hhf_destroy() local
|
D | sch_fq.c | 158 static void fq_flow_add_tail(struct fq_flow_head *head, struct fq_flow *flow) in fq_flow_add_tail() 301 static struct sk_buff *fq_dequeue_head(struct Qdisc *sch, struct fq_flow *flow) in fq_dequeue_head() 335 static void flow_queue_add(struct fq_flow *flow, struct sk_buff *skb) in flow_queue_add() 540 static void fq_flow_purge(struct fq_flow *flow) in fq_flow_purge()
|
/net/core/ |
D | flow_dissector.c | 578 static inline const u32 *flow_keys_hash_start(const struct flow_keys *flow) in flow_keys_hash_start() 586 static inline size_t flow_keys_hash_length(const struct flow_keys *flow) in flow_keys_hash_length() 607 __be32 flow_get_u32_src(const struct flow_keys *flow) in flow_get_u32_src() 623 __be32 flow_get_u32_dst(const struct flow_keys *flow) in flow_get_u32_dst() 710 const struct flow_keys *flow) in make_flow_keys_digest()
|
D | pktgen.c | 2298 static inline int f_seen(const struct pktgen_dev *pkt_dev, int flow) in f_seen() 2305 int flow = pkt_dev->curfl; in f_pick() local 2335 static void get_ipsec_sa(struct pktgen_dev *pkt_dev, int flow) in get_ipsec_sa() 2394 int flow = 0; in mod_cur_headers() local
|
/net/ipv4/netfilter/ |
D | ipt_rpfilter.c | 76 struct flowi4 flow; in rpfilter_mt() local
|
/net/irda/irlan/ |
D | irlan_eth.c | 266 void irlan_eth_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) in irlan_eth_flow_indication()
|
/net/netfilter/ |
D | xt_addrtype.c | 40 struct flowi6 flow; in match_lookup_rt6() local
|
/net/irda/ |
D | irttp.c | 1011 static void irttp_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) in irttp_flow_indication() 1056 void irttp_flow_request(struct tsap_cb *self, LOCAL_FLOW flow) in irttp_flow_request()
|
D | irlmp.c | 1304 void irlmp_flow_indication(struct lap_cb *self, LOCAL_FLOW flow) in irlmp_flow_indication()
|
D | af_irda.c | 321 static void irda_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) in irda_flow_indication()
|
/net/irda/ircomm/ |
D | ircomm_core.c | 473 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow) in ircomm_flow_request()
|
/net/caif/ |
D | chnl_net.c | 168 static void chnl_flowctrl_cb(struct cflayer *layr, enum caif_ctrlcmd flow, in chnl_flowctrl_cb()
|
D | caif_socket.c | 195 enum caif_ctrlcmd flow, in caif_ctrl_cb()
|
/net/mac80211/ |
D | tx.c | 1302 struct fq_flow *flow; in codel_dequeue_func() local 1332 struct fq_flow *flow) in fq_tin_dequeue_func() 1363 struct fq_flow *flow, in fq_skb_free_func() 3093 struct fq_flow *flow; in ieee80211_amsdu_aggregate() local
|
/net/irda/irnet/ |
D | irnet_irda.c | 1255 LOCAL_FLOW flow) in irnet_flow_indication()
|