| /net/openvswitch/ |
| D | flow_netlink.c | 95 static void update_range(struct sw_flow_match *match, in update_range() 120 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \ argument 130 #define SW_FLOW_KEY_MEMCPY_OFFSET(match, offset, value_p, len, is_mask) \ argument 140 #define SW_FLOW_KEY_MEMCPY(match, field, value_p, len, is_mask) \ argument 144 #define SW_FLOW_KEY_MEMSET_FIELD(match, field, value, is_mask) \ argument 156 static bool match_validate(const struct sw_flow_match *match, in match_validate() 490 struct sw_flow_match *match, bool is_mask, in genev_tun_opt_from_nlattr() 541 struct sw_flow_match *match, bool is_mask, in vxlan_tun_opt_from_nlattr() 597 struct sw_flow_match *match, bool is_mask, in ip_tun_from_nlattr() 862 static int encode_vlan_from_nlattrs(struct sw_flow_match *match, in encode_vlan_from_nlattrs() [all …]
|
| D | flow_table.c | 456 const struct sw_flow_match *match) in ovs_flow_cmp_unmasked_key() 513 const struct sw_flow_match *match) in ovs_flow_tbl_lookup_exact() 543 bool ovs_flow_cmp(const struct sw_flow *flow, const struct sw_flow_match *match) in ovs_flow_cmp()
|
| D | datapath.c | 926 struct sw_flow_match match; in ovs_flow_cmd_new() local 1115 struct sw_flow_match *match, in ovs_nla_init_match_and_action() 1164 struct sw_flow_match match; in ovs_flow_cmd_set() local 1265 struct sw_flow_match match; in ovs_flow_cmd_get() local 1324 struct sw_flow_match match; in ovs_flow_cmd_del() local
|
| /net/netfilter/ |
| D | nft_compat.c | 359 struct xt_match *match = expr->ops->data; in __nft_match_eval() local 407 struct xt_match *match, void *info, in nft_match_set_mtchk_param() 462 struct xt_match *match = expr->ops->data; in __nft_match_init() local 519 struct xt_match *match = expr->ops->data; in __nft_match_destroy() local 552 struct xt_match *match = expr->ops->data; in __nft_match_dump() local 582 struct xt_match *match = expr->ops->data; in nft_match_validate() local 732 static bool nft_match_cmp(const struct xt_match *match, in nft_match_cmp() 744 struct xt_match *match; in nft_match_select_ops() local 761 struct xt_match *match = nft_match->ops.data; in nft_match_select_ops() local 967 struct xt_match *match = xt->ops.data; in nft_compat_module_exit() local
|
| D | x_tables.c | 52 struct list_head match; member 123 int xt_register_match(struct xt_match *match) in xt_register_match() 135 xt_unregister_match(struct xt_match *match) in xt_unregister_match() 146 xt_register_matches(struct xt_match *match, unsigned int n) in xt_register_matches() 166 xt_unregister_matches(struct xt_match *match, unsigned int n) in xt_unregister_matches() 211 struct xt_match *match; in xt_request_find_match() local 523 static int xt_check_entry_match(const char *match, const char *target, in xt_check_entry_match() 627 int xt_compat_match_offset(const struct xt_match *match) in xt_compat_match_offset() 637 const struct xt_match *match = m->u.kernel.match; in xt_compat_match_from_user() local 673 const struct xt_match *match = m->u.kernel.match; in xt_compat_match_to_user() local [all …]
|
| D | xt_ipvs.c | 57 bool match = true; in ipvs_mt() local
|
| /net/wireless/ |
| D | wext-spy.c | 198 int match = -1; in wireless_spy_update() local
|
| D | scan.c | 484 const u8 *match, int match_len, in cfg80211_find_ie_match() 510 u8 match[] = { oui >> 16, oui >> 8, oui, oui_type }; in cfg80211_find_vendor_ie() local
|
| D | mlme.c | 424 u8 match[]; member
|
| D | wext-compat.c | 1210 bool match = false; in cfg80211_wext_siwrate() local
|
| /net/sched/ |
| D | em_canid.c | 101 int match = 0; in em_canid_match() local
|
| /net/bluetooth/ |
| D | mgmt.c | 1105 struct cmd_lookup *match = data; in settings_rsp() local 1698 struct cmd_lookup match = { NULL, hdev }; in le_enable_complete() local 1992 struct bt_uuid *match, *tmp; in remove_uuid() local 3889 struct cmd_lookup match = { NULL, hdev }; in set_advertising_complete() local 6634 struct cmd_lookup match = { NULL, hdev }; in mgmt_power_on() local 6657 struct cmd_lookup match = { NULL, hdev }; in __mgmt_power_off() local 7165 struct cmd_lookup match = { NULL, hdev }; in mgmt_auth_enable_complete() local 7207 struct cmd_lookup match = { NULL, hdev }; in mgmt_ssp_enable_complete() local 7260 struct cmd_lookup *match = data; in sk_lookup() local 7271 struct cmd_lookup match = { NULL, hdev, mgmt_status(status) }; in mgmt_set_class_of_dev_complete() local
|
| /net/bridge/netfilter/ |
| D | ebtables.c | 349 struct xt_match *match; in ebt_check_match() local 1587 static int ebt_compat_match_offset(const struct xt_match *match, in ebt_compat_match_offset() 1603 const struct xt_match *match = m->u.match; in compat_match_to_user() local 1919 struct xt_match *match; in compat_mtw_from_user() local
|
| /net/sctp/ |
| D | bind_addr.c | 324 int match = 0; in sctp_bind_addr_match() local
|
| D | associola.c | 946 struct sctp_transport *match; in sctp_assoc_lookup_tsn() local
|
| /net/ipv6/ |
| D | route.c | 451 static struct rt6_info *rt6_multipath_select(struct rt6_info *match, in rt6_multipath_select() 669 int *mpri, struct rt6_info *match, in find_match() 711 struct rt6_info *rt, *match, *cont; in find_rr_leaf() local 745 struct rt6_info *match, *rt0; in rt6_select() local
|
| /net/phonet/ |
| D | socket.c | 714 unsigned int res, match = 0; in pn_sock_unbind_all_res() local
|
| /net/ipv4/netfilter/ |
| D | ip_tables.c | 492 struct xt_match *match; in find_check_match() local 1263 struct xt_match *match; in compat_find_calc_match() local
|
| /net/ipv6/netfilter/ |
| D | ip6_tables.c | 509 struct xt_match *match; in find_check_match() local 1281 struct xt_match *match; in compat_find_calc_match() local
|
| /net/xfrm/ |
| D | xfrm_policy.c | 1077 bool match; in xfrm_policy_match() local 1190 bool match; in xfrm_sk_policy_lookup() local 3088 int match = 0; in migrate_tmpl_match() local
|
| /net/decnet/ |
| D | dn_route.c | 906 int match = 16; in dn_match_addr() local
|
| /net/ipv4/ |
| D | tcp_ipv4.c | 915 bool match; in tcp_md5_do_lookup() local
|
| /net/mac80211/ |
| D | mlme.c | 4795 bool match; in ieee80211_mgd_assoc() local
|
| D | cfg.c | 3639 struct cfg80211_nan_match_params *match, in ieee80211_nan_func_match()
|
| /net/core/ |
| D | devlink.c | 1570 struct devlink_dpipe_match *match) in devlink_dpipe_match_put()
|