Searched refs:match_type (Results 1 – 13 of 13) sorted by relevance
/linux/net/netfilter/ |
A D | xt_addrtype.c | 104 static inline bool match_type(struct net *net, const struct net_device *dev, in match_type() function 119 ret &= match_type(net, NULL, iph->saddr, info->source) ^ in addrtype_mt_v0() 122 ret &= match_type(net, NULL, iph->daddr, info->dest) ^ in addrtype_mt_v0() 148 ret &= match_type(net, dev, iph->saddr, info->source) ^ in addrtype_mt_v1() 151 ret &= match_type(net, dev, iph->daddr, info->dest) ^ in addrtype_mt_v1()
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-async.c | 160 switch (asd->match_type) { in v4l2_async_find_match() 185 if (asd_x->match_type != asd_y->match_type) in asd_equal() 188 switch (asd_x->match_type) { in asd_equal() 453 switch (asd->match_type) { in v4l2_async_nf_asd_valid() 463 asd->match_type, asd); in v4l2_async_nf_asd_valid() 589 switch (asd->match_type) { in __v4l2_async_nf_cleanup() 643 asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in __v4l2_async_nf_add_fwnode() 690 asd->match_type = V4L2_ASYNC_MATCH_I2C; in __v4l2_async_nf_add_i2c() 801 switch (asd->match_type) { in print_waiting_subdev()
|
A D | v4l2-fwnode.c | 797 asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in v4l2_async_nf_fwnode_parse_endpoint()
|
/linux/arch/x86/mm/pat/ |
A D | memtype_interval.c | 57 static struct memtype *memtype_match(u64 start, u64 end, int match_type) in memtype_match() argument 64 if ((match_type == MEMTYPE_EXACT_MATCH) && in memtype_match() 68 if ((match_type == MEMTYPE_END_MATCH) && in memtype_match()
|
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
A D | macsec_struct.h | 35 u32 match_type; member 343 u32 match_type; member 693 u32 match_type; member
|
A D | macsec_api.c | 278 packed_record[5] = rec->match_type & 0xF; in set_ingress_prectlf_record() 333 rec->match_type = packed_record[5] & 0xF; in get_ingress_prectlf_record() 1076 packed_record[5] = rec->match_type & 0xF; in set_ingress_postctlf_record() 1130 rec->match_type = packed_record[5] & 0xF; in get_ingress_postctlf_record() 1167 packed_record[5] = rec->match_type & 0xF; in set_egress_ctlf_record() 1217 rec->match_type = packed_record[5] & 0xF; in get_egress_ctlf_record()
|
/linux/arch/mips/include/asm/octeon/ |
A D | cvmx-pip.h | 317 cvmx_pip_qos_watch_types match_type, 323 watcher_config.s.match_type = match_type;
|
A D | cvmx-pip-defs.h | 1990 uint64_t match_type:3; member 1994 uint64_t match_type:3; 2013 uint64_t match_type:2; member 2017 uint64_t match_type:2; 2036 uint64_t match_type:3; member 2040 uint64_t match_type:3;
|
/linux/drivers/clocksource/ |
A D | arm_arch_timer.c | 440 .match_type = ate_match_dt, 451 .match_type = ate_match_dt, 460 .match_type = ate_match_acpi_oem_info, 471 .match_type = ate_match_local_cap_id, 480 .match_type = ate_match_dt, 491 .match_type = ate_match_local_cap_id, 548 if (ool_workarounds[i].match_type != type) in arch_timer_iterate_errata()
|
/linux/include/media/ |
A D | v4l2-async.h | 64 enum v4l2_async_match_type match_type; member
|
/linux/arch/arm64/include/asm/ |
A D | arch_timer.h | 52 enum arch_timer_erratum_match_type match_type; member
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-dbg-g-chip-info.rst | 155 The ``match_type`` is invalid or no device could be matched.
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
A D | aq_macsec.c | 1546 tx_ctlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable() 1554 rx_prectlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable()
|
Completed in 46 milliseconds