Searched refs:fam (Results 1 – 13 of 13) sorted by relevance
| /linux/net/netfilter/ |
| H A D | xt_AUDIT.c | 70 int fam = -1; in audit_tg() local 84 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in audit_tg() 87 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in audit_tg() 92 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in audit_tg() 95 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in audit_tg() 99 if (fam == -1) in audit_tg()
|
| H A D | nft_log.c | 68 int fam = -1; in nft_log_eval_audit() local 83 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in nft_log_eval_audit() 86 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in nft_log_eval_audit() 91 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in nft_log_eval_audit() 94 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in nft_log_eval_audit() 98 if (fam == -1) in nft_log_eval_audit()
|
| /linux/arch/x86/lib/ |
| H A D | cpu.c | 21 unsigned int fam, model; in x86_model() local 23 fam = x86_family(sig); in x86_model() 27 if (fam >= 0x6) in x86_model()
|
| /linux/drivers/peci/ |
| H A D | device.c | 81 unsigned int fam, model; in peci_x86_cpu_model() local 83 fam = peci_x86_cpu_family(sig); in peci_x86_cpu_model() 87 if (fam >= 0x6) in peci_x86_cpu_model()
|
| /linux/net/sctp/ |
| H A D | bind_addr.c | 488 unsigned short fam = 0; in sctp_is_any() local 493 fam = addr->sa.sa_family; in sctp_is_any() 495 fam = sk->sk_family; in sctp_is_any() 497 af = sctp_get_af_specific(fam); in sctp_is_any()
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 347 fam = dict() 350 fam['id'] = attr.as_scalar('u16') 352 fam['name'] = attr.as_strz() 354 fam['maxattr'] = attr.as_scalar('u32') 356 fam['mcast'] = dict() 366 fam['mcast'][mcast_name] = mcast_id 367 if 'name' in fam and 'id' in fam: 368 genl_family_name_to_id[fam['name']] = fam [all...] |
| /linux/arch/arc/include/asm/ |
| H A D | arcregs.h | 307 unsigned int pad2:19, fam:1, pad:2, ent:2, ver:8; member 309 unsigned int ver:8, ent:2, pad:2, fam:1, pad2:19;
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | amd.c | 252 unsigned int fam = x86_family(bsp_cpuid_1_eax); in cpu_has_entrysign() local 255 if (fam == 0x17 || fam == 0x19) in cpu_has_entrysign() 258 if (fam == 0x1a) { in cpu_has_entrysign()
|
| /linux/tools/testing/selftests/net/ |
| H A D | pmtu.sh | 750 [ "${fam}" = "" ] && fam="${i}" && continue 757 ip -n ${ns_name} -${fam} nexthop add id ${nhid} via ${gw} dev ${dev} 759 ns=""; fam=""; nhid=""; gw=""; dev="" 765 [ "${fam}" = "" ] && fam="${i}" && continue 771 ip -n "${ns_name}" -"${fam}" route add "${addr}" table "${rt_table}" nhid "${nhid}" 773 ns=""; fam=""; addr=""; nhid=""
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | amd.c | 380 #define ZEN_MODEL_STEP_UCODE(fam, model, step, ucode) \ argument 381 X86_MATCH_VFM_STEPS(VFM_MAKE(X86_VENDOR_AMD, fam, model), \
|
| /linux/arch/arc/kernel/ |
| H A D | setup.c | 119 bpu_full = bpu.fam ? 1 : 0; in arcompact_mumbojumbo()
|
| /linux/include/net/ |
| H A D | neighbour.h | 410 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8976.dtsi | 1121 compatible = "qcom,dsi-phy-28nm-hpm-fam-b"; 1140 compatible = "qcom,dsi-phy-28nm-hpm-fam-b";
|