/include/linux/netfilter_bridge/ |
D | ebtables.h | 23 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/ |
D | x_tables.h | 32 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/ |
D | xt_owner.h | 22 __u8 match, invert; member
|
D | xt_policy.h | 63 struct xt_policy_spec match; member
|
D | x_tables.h | 24 struct xt_match *match; member
|
/include/net/ |
D | mctp.h | 56 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/ |
D | resource.h | 324 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/ |
D | task_work.h | 32 bool (*match)(struct callback_head *, void *data), void *data);
|
D | rbtree.h | 288 struct rb_node *match = NULL; in rb_find_first() local 295 match = node; in rb_find_first() 302 return match; in rb_find_first()
|
D | isa.h | 14 int (*match)(struct device *, unsigned int); member
|
D | auxiliary_bus.h | 249 int (*match)(struct device *dev, const void *data));
|
D | attribute_container.h | 22 int (*match)(struct attribute_container *, struct device *); member
|
D | transport_class.h | 49 .match = mtch, \
|
D | nvmem-consumer.h | 94 int (*match)(struct device *dev, const void *data)); 232 int (*match)(struct device *dev, const void *data)) in nvmem_device_find()
|
D | device.h | 283 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));
|
D | property.h | 488 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,
|
D | of.h | 281 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/ |
D | fpga-region.h | 59 int (*match)(struct device *, const void *));
|
/include/linux/platform_data/ |
D | dmtimer-omap.h | 35 unsigned int match);
|
/include/linux/device/ |
D | bus.h | 88 int (*match)(struct device *dev, struct device_driver *drv); member 154 int (*match)(struct device *dev, const void *data));
|
D | driver.h | 166 int (*match)(struct device *dev, const void *data));
|
/include/linux/spi/ |
D | spi-mem.h | 288 u16 mask, u16 match, 391 u16 mask, u16 match,
|
/include/media/ |
D | v4l2-async.h | 80 struct v4l2_async_match_desc match; member
|
/include/net/netfilter/ |
D | nf_tables_offload.h | 66 struct nft_flow_match match; member
|
/include/linux/sunrpc/ |
D | rpc_pipe_fs.h | 117 int (*match)(struct rpc_pipe_dir_object *, void *),
|