Searched refs:match (Results 326 - 350 of 1163) sorted by relevance

<<11121314151617181920>>

/linux-master/scripts/clang-tools/
H A Dgen_compile_commands.py95 if filename_matcher.match(filename):
213 result = line_matcher.match(f.readline())
/linux-master/tools/testing/selftests/net/netfilter/
H A Dconntrack_sctp_collision.sh50 tc -n "$SERVER_NS" filter add dev link0 parent 1: protocol ip u32 match ip protocol 132 \
51 0xff match u8 2 0xff at 32 flowid 1:1
/linux-master/drivers/base/
H A Dbase.h167 return drv->bus->match ? drv->bus->match(dev, drv) : 1;
/linux-master/net/netfilter/
H A Dxt_quota.c22 MODULE_DESCRIPTION("Xtables: countdown quota match");
73 .match = quota_mt,
H A Dxt_helper.c2 /* iptables module to match on related connections */
79 .match = helper_mt,
H A Dxt_conntrack.c3 * xt_conntrack - Netfilter module to match connection tracking
4 * information. (Superset of Rusty's minimalistic state match.)
21 MODULE_DESCRIPTION("Xtables: connection tracking state match");
87 /* Shortcut to match all recognized protocols by using ->src.all. */
131 /* Shortcut to match all recognized protocols by using ->src.all. */
218 if (par->match->revision != 3) {
288 .match = conntrack_mt_v1,
298 .match = conntrack_mt_v2,
308 .match = conntrack_mt_v3,
H A Dxt_connlabel.c15 MODULE_DESCRIPTION("Xtables: add/match connection tracking labels");
85 .match = connlabel_mt,
H A Dxt_string.c2 /* String matching match for iptables
75 .match = string_mt,
H A Dxt_statistic.c80 .match = statistic_mt,
/linux-master/net/openvswitch/
H A Dflow_netlink.h29 void ovs_match_init(struct sw_flow_match *match,
/linux-master/net/ipv6/netfilter/
H A Dip6t_mh.c21 MODULE_DESCRIPTION("Xtables: IPv6 Mobility Header match");
73 .match = mh_mt6,
/linux-master/net/ipv4/netfilter/
H A Dipt_ah.c2 /* Kernel module to match AH parameters. */
16 MODULE_DESCRIPTION("Xtables: IPv4 IPsec-AH SPI match");
70 .match = ah_mt,
/linux-master/net/bridge/netfilter/
H A Debt_802_3.c60 .match = ebt_802_3_mt,
H A Debt_mark_m.c75 .match = ebt_mark_mt,
98 MODULE_DESCRIPTION("Ebtables: Packet mark match");
/linux-master/sound/isa/
H A Dadlib.c91 .match = snd_adlib_match,
/linux-master/arch/powerpc/sysdev/xive/
H A Dxive-internal.h50 bool (*match)(struct device_node *np); member in struct:xive_ops
/linux-master/drivers/irqchip/
H A Dirq-tegra.c279 const struct of_device_id *match; local
295 match = of_match_node(ictlr_matches, node);
296 if (!match) /* Should never happen... */
299 soc = match->data;
/linux-master/include/linux/
H A Dtransport_class.h49 .match = mtch, \
/linux-master/scripts/tracing/
H A Ddraw_functrace.py106 m = re.match("[^]]+?\\] +([a-z.]+) +([0-9.]+): (\\w+) <-(\\w+)", line)
/linux-master/drivers/cpufreq/
H A Dapple-soc-cpufreq.c175 const struct of_device_id *match; local
184 match = of_match_node(apple_soc_cpufreq_of_match, args.np);
186 if (!match)
189 *info = match->data;
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_dcb.c232 bool match; local
237 match = true;
241 match = false;
245 if (match)
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.c371 const struct of_device_id *match; local
387 match = of_match_device(emac_sgmii_dt_match, &sgmii_pdev->dev);
388 if (!match) {
394 phy->sgmii_ops = (struct sgmii_ops *)match->data;
/linux-master/drivers/phy/amlogic/
H A Dphy-meson8b-usb2.c130 const struct phy_meson8b_usb2_match_data *match; member in struct:phy_meson8b_usb2_priv
192 if (priv->match->host_enable_aca) {
254 priv->match = device_get_match_data(&pdev->dev);
255 if (!priv->match)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c339 u32 *in, *match; local
346 match = MLX5_ADDR_OF(create_flow_group_in, in, match_criteria);
348 MLX5_SET(fte_match_param, match, misc_parameters_2.metadata_reg_c_0,
373 u32 *in, *match; local
380 match = MLX5_ADDR_OF(create_flow_group_in, in, match_criteria);
383 MLX5_SET_TO_ONES(fte_match_param, match, outer_headers.cvlan_tag);
385 MLX5_SET_TO_ONES(fte_match_param, match, outer_headers.svlan_tag);
386 MLX5_SET_TO_ONES(fte_match_param, match, outer_headers.first_vid);
778 u32 *in, *match; local
785 match
811 u32 *in, *match; local
[all...]
/linux-master/tools/net/ynl/generated/
H A DMakefile17 GENS_PATHS=$(shell grep -nrI --files-without-match \

Completed in 226 milliseconds

<<11121314151617181920>>