Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 54) sorted by relevance

123

/include/linux/netfilter_bridge/
Debtables.h23 bool (*match)(const struct sk_buff *skb, const struct net_device *in, member
24 const struct net_device *out, const struct xt_match *match,
28 const struct xt_match *match, void *matchinfo,
30 void (*destroy)(const struct xt_match *match, void *matchinfo);
/include/linux/netfilter/
Dx_tables.h32 const struct xt_match *match; member
96 const struct xt_match *match; member
109 const struct xt_match *match; member
153 bool (*match)(const struct sk_buff *skb, member
277 int xt_register_matches(struct xt_match *match, unsigned int n);
278 void xt_unregister_matches(struct xt_match *match, unsigned int n);
467 compat_uptr_t match; member
521 int xt_compat_match_offset(const struct xt_match *match);
/include/uapi/linux/netfilter/
Dxt_owner.h22 __u8 match, invert; member
Dxt_policy.h63 struct xt_policy_spec match; member
Dx_tables.h24 struct xt_match *match; member
/include/net/
Dmctp.h56 static inline bool mctp_address_matches(mctp_eid_t match, mctp_eid_t eid) in mctp_address_matches() argument
58 return match == eid || match == MCTP_ADDR_ANY; in mctp_address_matches()
/include/kunit/
Dresource.h324 kunit_resource_match_t match, in kunit_find_resource() argument
333 if (match(test, res, (void *)match_data)) { in kunit_find_resource()
368 kunit_resource_match_t match,
/include/linux/
Dtask_work.h32 bool (*match)(struct callback_head *, void *data), void *data);
Drbtree.h288 struct rb_node *match = NULL; in rb_find_first() local
295 match = node; in rb_find_first()
302 return match; in rb_find_first()
Disa.h14 int (*match)(struct device *, unsigned int); member
Dauxiliary_bus.h249 int (*match)(struct device *dev, const void *data));
Dattribute_container.h22 int (*match)(struct attribute_container *, struct device *); member
Dtransport_class.h49 .match = mtch, \
Dnvmem-consumer.h94 int (*match)(struct device *dev, const void *data));
232 int (*match)(struct device *dev, const void *data)) in nvmem_device_find()
Ddevice.h283 dr_match_t match, void *match_data,
289 dr_match_t match, void *match_data);
291 dr_match_t match, void *match_data);
293 dr_match_t match, void *match_data);
295 dr_match_t match, void *match_data);
297 dr_match_t match, void *match_data);
1078 int (*match)(struct device *dev, void *data));
Dproperty.h488 devcon_match_fn_t match);
492 devcon_match_fn_t match) in device_connection_find_match() argument
494 return fwnode_connection_find_match(dev_fwnode(dev), con_id, data, match); in device_connection_find_match()
499 devcon_match_fn_t match,
Dof.h281 const struct of_device_id **match);
514 const struct of_device_id **match) in of_find_matching_node_and_match() argument
945 const char *match = of_node_get_device_type(np); in of_node_is_type() local
947 return np && match && type && !strcmp(match, type); in of_node_is_type()
1442 #define for_each_matching_node_and_match(dn, matches, match) \ argument
1443 for (dn = of_find_matching_node_and_match(NULL, matches, match); \
1444 dn; dn = of_find_matching_node_and_match(dn, matches, match))
/include/linux/fpga/
Dfpga-region.h59 int (*match)(struct device *, const void *));
/include/linux/platform_data/
Ddmtimer-omap.h35 unsigned int match);
/include/linux/device/
Dbus.h88 int (*match)(struct device *dev, struct device_driver *drv); member
154 int (*match)(struct device *dev, const void *data));
Ddriver.h166 int (*match)(struct device *dev, const void *data));
/include/linux/spi/
Dspi-mem.h288 u16 mask, u16 match,
391 u16 mask, u16 match,
/include/media/
Dv4l2-async.h80 struct v4l2_async_match_desc match; member
/include/net/netfilter/
Dnf_tables_offload.h66 struct nft_flow_match match; member
/include/linux/sunrpc/
Drpc_pipe_fs.h117 int (*match)(struct rpc_pipe_dir_object *, void *),

123