Searched refs:family (Results 451 - 475 of 966) sorted by relevance

<<11121314151617181920>>

/linux-master/net/netfilter/
H A Dxt_TEE.c150 .family = NFPROTO_IPV4,
162 .family = NFPROTO_IPV6,
H A Dxt_sctp.c171 .family = NFPROTO_IPV4,
180 .family = NFPROTO_IPV6,
/linux-master/net/core/
H A Dfib_notifier.c136 if (ops->family == o->family)
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Damd_fam14h_idle.c283 if (cpupower_cpu_info.family == 0x14)
286 else if (cpupower_cpu_info.family == 0x12)
/linux-master/net/bluetooth/cmtp/
H A Dsock.c175 .family = PF_BLUETOOTH,
231 .family = PF_BLUETOOTH,
/linux-master/net/ipv6/netfilter/
H A Dip6t_NPT.c153 .family = NFPROTO_IPV6,
165 .family = NFPROTO_IPV6,
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Darb.c229 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_TNT)
257 if (drm->client.device.info.family < NV_DEVICE_INFO_V0_KELVIN)
/linux-master/drivers/gpu/drm/radeon/
H A Drs690.c290 if (((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) &&
609 ((rdev->family == CHIP_RS690) || (rdev->family == CHIP_RS740))) {
621 if ((rdev->family == CHIP_RS690) || (rdev->family == CHIP_RS740))
623 if ((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880))
/linux-master/net/ipv4/
H A Dxfrm4_protocol.c69 XFRM_SPI_SKB_CB(skb)->family = AF_INET;
199 .family = AF_INET,
H A Dtcp_metrics.c85 return (a->family == b->family) && !inetpeer_addr_cmp(a, b);
257 saddr.family = req->rsk_ops->family;
258 daddr.family = req->rsk_ops->family;
259 switch (daddr.family) {
645 switch (tm->tcpm_daddr.family) {
H A Dip_vti.c86 XFRM_SPI_SKB_CB(skb)->family = AF_INET;
99 unsigned short family; local
123 if (x->sel.family == AF_UNSPEC) {
132 family = inner_mode->family;
135 ret = xfrm_policy_check(NULL, XFRM_POLICY_IN, skb, family);
157 x->props.family != AF_INET)
489 XFRM_SPI_SKB_CB(skb)->family = AF_INET;
/linux-master/crypto/
H A Dalgif_rng.c165 .family = PF_ALG,
183 .family = PF_ALG,
/linux-master/net/bluetooth/hidp/
H A Dsock.c224 .family = PF_BLUETOOTH,
272 .family = PF_BLUETOOTH,
/linux-master/net/bluetooth/bnep/
H A Dsock.c173 .family = PF_BLUETOOTH,
220 .family = PF_BLUETOOTH,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dassign_reuse.c82 void run_assign_reuse(int family, int sotype, const char *ip, __u16 port) argument
116 fd_sv = start_reuseport_server(family, sotype, ip, port, 100, 1);
H A Dmptcp.c85 static int start_mptcp_server(int family, const char *addr_str, __u16 port, argument
95 if (make_sockaddr(family, addr_str, port, &addr, &addrlen))
/linux-master/arch/arc/include/asm/
H A Darcregs.h164 unsigned int chip_id:16, cpu_id:8, family:8; member in struct:bcr_identity
166 unsigned int family:8, cpu_id:8, chip_id:16;
/linux-master/tools/net/ynl/lib/
H A Dynl.c194 start = ynl_nlmsg_data_offset(ys->nlh, ys->family->hdr_len);
199 off -= ys->family->hdr_len;
219 start = ynl_nlmsg_data_offset(ys->nlh, ys->family->hdr_len);
226 off -= ys->family->hdr_len;
610 yerr(ys, YNL_ERROR_ATTR_INVALID, "Invalid family ID");
640 perr(ys, "failed to request socket family info");
647 perr(ys, "failed to receive the socket family info - no such family?");
673 ys->family = yf;
798 if (gehdr->cmd >= ys->family
[all...]
/linux-master/arch/sh/kernel/
H A Dsetup.c57 .family = CPU_FAMILY_UNKNOWN,
362 switch (current_cpu_data.family) {
/linux-master/arch/arm/include/debug/
H A Dbrcmstb.S37 #define checkuart(rp, rv, family_id, family) \
38 /* Load family id */ \
43 ldreq rp, =UARTA_##family ; \
/linux-master/drivers/net/
H A Dbareudp.c66 unsigned short family; local
77 family = AF_INET;
79 family = AF_INET6;
144 tun_dst = udp_tun_rx_dst(skb, family, key, 0, 0);
155 if (!ipv6_mod_enabled() || family == AF_INET)
162 if (!ipv6_mod_enabled() || family == AF_INET)
224 udp_conf.family = AF_INET6;
226 udp_conf.family = AF_INET;
/linux-master/net/ipv6/ila/
H A Dila_lwt.c129 unsigned int family, const void *cfg,
146 if (family != AF_INET6)
128 ila_build_state(struct net *net, struct nlattr *nla, unsigned int family, const void *cfg, struct lwtunnel_state **ts, struct netlink_ext_ack *extack) argument
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_gen.h1292 if (set->family == NFPROTO_IPV4) {
1295 } else if (set->family == NFPROTO_IPV6) {
1468 u8 netmask = set->family == NFPROTO_IPV4 ? 32 : 128;
1476 pr_debug("Create set %s with family %s\n",
1477 set->name, set->family == NFPROTO_IPV4 ? "inet" : "inet6");
1480 if (set->family != NFPROTO_UNSPEC)
1483 if (!(set->family == NFPROTO_IPV4 || set->family == NFPROTO_IPV6))
1510 if ((set->family == NFPROTO_IPV4 && netmask > 32) ||
1511 (set->family
[all...]
/linux-master/kernel/
H A Dtaskstats.c36 static struct genl_family family; variable in typeref:struct:genl_family
82 reply = genlmsg_put(skb, 0, seq, &family, 0, cmd);
84 reply = genlmsg_put_reply(skb, info, &family, 0, cmd);
684 static struct genl_family family __ro_after_init = {
710 rc = genl_register_family(&family);
/linux-master/tools/testing/selftests/net/
H A Dcmsg_sender.c57 unsigned int family; member in struct:options::__anon3748
79 .family = AF_UNSPEC,
127 opt.sock.family = AF_INET;
130 opt.sock.family = AF_INET6;
452 hints.ai_family = opt.sock.family;

Completed in 269 milliseconds

<<11121314151617181920>>