Searched refs:family (Results 276 - 300 of 975) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c362 static bool is_zen1(uint32_t family, uint32_t model) argument
364 return family == 0x17 && model <= 0x0f;
367 static bool is_zen2(uint32_t family, uint32_t model) argument
369 return family == 0x17 && model >= 0x30 && model <= 0x3f;
372 static bool is_zen3(uint32_t family, uint32_t model) argument
374 return family == 0x19 && model <= 0x0f;
387 uint32_t family = kvm_cpu_family(); local
391 (is_zen1(family, model) ||
392 is_zen2(family, model) ||
393 is_zen3(family, mode
[all...]
/linux-master/drivers/net/wireguard/
H A Dnetlink.c76 int family)
85 nla_put_u16(skb, WGALLOWEDIP_A_FAMILY, family) ||
86 nla_put(skb, WGALLOWEDIP_A_IPADDR, family == AF_INET6 ?
178 int family; local
180 family = wg_allowedips_read_node(allowedips_node, ip, &cidr);
181 if (get_allowedips(skb, ip, cidr, family)) {
332 u16 family; local
338 family = nla_get_u16(attrs[WGALLOWEDIP_A_FAMILY]);
341 if (family == AF_INET && cidr <= 32 &&
347 else if (family
75 get_allowedips(struct sk_buff *skb, const u8 *ip, u8 cidr, int family) argument
[all...]
/linux-master/net/rxrpc/
H A Dpeer_event.c39 srx->transport.family = local->srx.transport.family;
44 switch (srx->transport.family) {
47 srx->transport.family = AF_INET;
78 srx->transport.family = AF_INET;
/linux-master/drivers/gpu/drm/radeon/
H A Dr600.c216 if (rdev->family >= CHIP_RS780)
237 if (rdev->family >= CHIP_RV670 && rdev->family < CHIP_RS780)
250 if (rdev->family >= CHIP_RS780)
278 if (rdev->family >= CHIP_RS780)
369 if ((rdev->flags & RADEON_IS_IGP) || (rdev->family == CHIP_R600)) {
651 if (rdev->family == CHIP_R600) {
1079 if ((rdev->family >= CHIP_RV770) && (rdev->family <= CHIP_RV740) &&
1479 if (rdev->family
[all...]
H A Duvd_v2_2.c105 if (rdev->family == CHIP_RV770)
138 switch (rdev->family) {
H A Dsumo_smc.c98 if ((rdev->family == CHIP_SUMO) || (rdev->family == CHIP_SUMO2)) {
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c187 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_CELSIUS && reg1 >= NV_PRAMDAC_VPLL_COEFF) {
401 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS)
457 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE) {
478 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS)
529 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE) {
610 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_KELVIN)
613 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_RANKINE)
622 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS) {
626 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_RANKINE)
629 if (drm->client.device.info.family
[all...]
H A Dhw.h173 if (head && drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE)
188 if (head && drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE)
337 return drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS ? NV10_CURSOR_SIZE : NV04_CURSOR_SIZE;
359 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_TNT) {
384 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE)
400 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_TNT)
/linux-master/net/ipv4/
H A Dfou_core.c29 u8 family; member in struct:fou
61 if (fou->family == AF_INET)
182 if (fou->family == AF_INET)
496 if (fou->family != udp_cfg->family ||
502 if (fou->family == AF_INET) {
575 fou->family = cfg->udp_config.family;
655 cfg->udp_config.family = AF_INET;
658 u8 family local
826 u8 family; local
[all...]
/linux-master/net/netfilter/
H A Dnf_tables_api.c134 u8 family,
140 ctx->family = family;
335 if (nft_base_chain_netdev(table->family, basechain->ops.hooknum))
358 if (nft_base_chain_netdev(table->family, basechain->ops.hooknum))
789 u8 family, u8 genmask, u32 nlpid)
801 table->family == family &&
816 int family, u8 genmask, u32 nlpid)
824 table->family
130 nft_ctx_init(struct nft_ctx *ctx, struct net *net, const struct sk_buff *skb, const struct nlmsghdr *nlh, u8 family, struct nft_table *table, struct nft_chain *chain, const struct nlattr * const *nla) argument
787 nft_table_lookup(const struct net *net, const struct nlattr *nla, u8 family, u8 genmask, u32 nlpid) argument
814 nft_table_lookup_byhandle(const struct net *net, const struct nlattr *nla, int family, u8 genmask, u32 nlpid) argument
845 __nft_chain_type_get(u8 family, enum nft_chain_types type) argument
855 __nf_tables_chain_type_lookup(const struct nlattr *nla, u8 family) argument
925 nf_tables_chain_type_lookup(struct net *net, const struct nlattr *nla, u8 family, bool autoload) argument
962 nf_tables_fill_table_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, const struct nft_table *table) argument
1058 int family = nfmsg->nfgen_family; local
1115 u8 family = info->nfmsg->nfgen_family; local
1351 nft_supported_family(u8 family) argument
1381 u8 family = info->nfmsg->nfgen_family; local
1540 nft_flush(struct nft_ctx *ctx, int family) argument
1578 u8 family = info->nfmsg->nfgen_family; local
1773 nft_dump_basechain_hook(struct sk_buff *skb, int family, const struct nft_base_chain *basechain, const struct list_head *hook_list) argument
1820 nf_tables_fill_chain_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, const struct nft_table *table, const struct nft_chain *chain, const struct list_head *hook_list) argument
1924 int family = nfmsg->nfgen_family; local
1971 u8 family = info->nfmsg->nfgen_family; local
2247 nft_chain_parse_hook(struct net *net, struct nft_base_chain *basechain, const struct nlattr * const nla[], struct nft_chain_hook *hook, u8 family, u32 flags, struct netlink_ext_ack *extack) argument
2385 nft_basechain_hook_init(struct nf_hook_ops *ops, u8 family, const struct nft_chain_hook *hook, struct nft_chain *chain) argument
2397 nft_basechain_init(struct nft_base_chain *basechain, u8 family, struct nft_chain_hook *hook, u32 flags) argument
2443 nf_tables_addchain(struct nft_ctx *ctx, u8 family, u8 genmask, u8 policy, u32 flags, struct netlink_ext_ack *extack) argument
2794 u8 family = info->nfmsg->nfgen_family; local
2947 u8 family = info->nfmsg->nfgen_family; local
3066 __nft_expr_type_get(u8 family, struct nlattr *nla) argument
3083 nft_expr_type_request_module(struct net *net, u8 family, struct nlattr *nla) argument
3094 nft_expr_type_get(struct net *net, u8 family, struct nlattr *nla) argument
3402 nf_tables_fill_rule_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, const struct nft_table *table, const struct nft_chain *chain, const struct nft_rule *rule, u64 handle, bool reset) argument
3579 int family = nfmsg->nfgen_family; local
3691 u8 family = info->nfmsg->nfgen_family; local
3952 u8 family = info->nfmsg->nfgen_family; local
4203 u8 family = info->nfmsg->nfgen_family; local
4795 u8 family = info->nfmsg->nfgen_family; local
5014 u8 family = info->nfmsg->nfgen_family; local
5348 u8 family = info->nfmsg->nfgen_family; local
6186 u8 family = info->nfmsg->nfgen_family; local
7155 u8 family = info->nfmsg->nfgen_family; local
7443 u8 family = info->nfmsg->nfgen_family; local
7658 __nft_obj_type_get(u32 objtype, u8 family) argument
7674 nft_obj_type_get(struct net *net, u32 objtype, u8 family) argument
7738 u8 family = info->nfmsg->nfgen_family; local
7849 nf_tables_fill_obj_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, const struct nft_table *table, struct nft_object *obj, bool reset) argument
7912 int family = nfmsg->nfgen_family; local
8003 u8 family = info->nfmsg->nfgen_family; local
8092 u8 family = info->nfmsg->nfgen_family; local
8139 __nft_obj_notify(struct net *net, const struct nft_table *table, struct nft_object *obj, u32 portid, u32 seq, int event, u16 flags, int family, int report, gfp_t gfp) argument
8169 nft_obj_notify(struct net *net, const struct nft_table *table, struct nft_object *obj, u32 portid, u32 seq, int event, u16 flags, int family, int report, gfp_t gfp) argument
8357 __nft_flowtable_type_get(u8 family) argument
8369 nft_flowtable_type_get(struct net *net, u8 family) argument
8568 u8 family = info->nfmsg->nfgen_family; local
8759 u8 family = info->nfmsg->nfgen_family; local
8808 nf_tables_fill_flowtable_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, struct nft_flowtable *flowtable, struct list_head *hook_list) argument
8879 int family = nfmsg->nfgen_family; local
8966 u8 family = info->nfmsg->nfgen_family; local
[all...]
H A Dxt_multiport.c146 .family = NFPROTO_IPV4,
155 .family = NFPROTO_IPV6,
H A Dxt_dccp.c140 .family = NFPROTO_IPV4,
149 .family = NFPROTO_IPV6,
H A Dxt_ecn.c149 .family = NFPROTO_IPV4,
157 .family = NFPROTO_IPV6,
H A Dxt_iprange.c105 .family = NFPROTO_IPV4,
113 .family = NFPROTO_IPV6,
H A Dxt_TCPOPTSTRIP.c115 .family = NFPROTO_IPV4,
125 .family = NFPROTO_IPV6,
H A Dxt_SECMARK.c160 .family = NFPROTO_UNSPEC,
170 .family = NFPROTO_UNSPEC,
/linux-master/net/mptcp/
H A Dpm.c338 u8 family; local
359 family = *echo ? msk->pm.remote.family : msk->pm.local.family;
360 if (remaining < mptcp_add_addr_len(family, *echo, port))
485 /* if sk is ipv4 or ipv6_only allows only same-family local and remote addresses,
495 bool loc_is_v4 = loc->family == AF_INET || ipv6_addr_v4mapped(&loc->addr6);
496 bool rem_is_v4 = rem->family == AF_INET || ipv6_addr_v4mapped(&rem->addr6);
506 return mptcp_is_v4 && loc->family == AF_INET && rem->family
[all...]
H A Dpm_userspace.c418 if (local->family != remote->family)
427 if (local->family != ssk->sk_family)
505 if (addr_l.family == AF_INET && ipv6_addr_v4mapped(&addr_r.addr6)) {
507 addr_l.family = AF_INET6;
509 if (addr_r.family == AF_INET && ipv6_addr_v4mapped(&addr_l.addr6)) {
511 addr_r.family = AF_INET6;
514 if (addr_l.family != addr_r.family) {
551 struct mptcp_pm_addr_entry loc = { .addr = { .family
[all...]
/linux-master/net/xfrm/
H A Dxfrm_device.c58 if (x->sel.family != AF_INET6) {
60 if (x->outer_mode.family == AF_INET6)
72 if (x->outer_mode.family == AF_INET)
75 if (x->outer_mode.family == AF_INET6)
80 if (x->outer_mode.family == AF_INET)
83 if (x->outer_mode.family == AF_INET6)
88 if (x->outer_mode.family == AF_INET)
91 if (x->outer_mode.family == AF_INET6)
275 x->props.family,
/linux-master/drivers/mmc/host/
H A Dsdhci-of-esdhc.c939 { .family = "QorIQ T1023", },
940 { .family = "QorIQ T1040", },
941 { .family = "QorIQ T2080", },
942 { .family = "QorIQ LS1021A", },
947 { .family = "QorIQ LS1012A", },
948 { .family = "QorIQ LS1043A", },
949 { .family = "QorIQ LS1046A", },
950 { .family = "QorIQ LS1080A", },
951 { .family = "QorIQ LS2080A", },
952 { .family
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_ttm.c183 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_TESLA) {
207 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_TESLA) {
224 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_TESLA)
249 if (drm->client.device.info.family < NV_DEVICE_INFO_V0_TESLA &&
274 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_TESLA &&
282 drm->client.device.info.family >= NV_DEVICE_INFO_V0_TESLA) {
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_pm.c134 if ((rinfo->family == CHIP_FAMILY_RV100) && (!rinfo->is_mobility)) {
165 if (rinfo->family == CHIP_FAMILY_RV350) {
248 else if (rinfo->family == CHIP_FAMILY_R300 ||
249 rinfo->family == CHIP_FAMILY_R350) {
260 if (rinfo->family == CHIP_FAMILY_R300 || rinfo->family == CHIP_FAMILY_R350) {
350 if (rinfo->family == CHIP_FAMILY_RV350) {
435 if (rinfo->family == CHIP_FAMILY_R300 || rinfo->family == CHIP_FAMILY_R350) {
472 if ((rinfo->family
[all...]
/linux-master/samples/bpf/
H A Dxdp_fwd_kern.c71 fib_params.family = AF_INET;
90 fib_params.family = AF_INET6;
/linux-master/net/ipv6/netfilter/
H A Dip6t_hbh.c184 .family = NFPROTO_IPV6,
192 .family = NFPROTO_IPV6,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Den_tc_tracepoint.h94 if (mn->family == AF_INET) {
97 } else if (mn->family == AF_INET6) {

Completed in 251 milliseconds

<<11121314151617181920>>