Searched refs:family (Results 201 - 225 of 975) sorted by relevance

1234567891011>>

/linux-master/drivers/soc/fsl/
H A Dguts.c230 soc_dev_attr->family = kasprintf(GFP_KERNEL, "QorIQ %s",
233 soc_dev_attr->family = kasprintf(GFP_KERNEL, "QorIQ");
235 if (!soc_dev_attr->family)
261 pr_info("SoC family: %s\n", soc_dev_attr->family);
271 kfree(soc_dev_attr->family);
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_conntrack_helper.sh70 local family=$1
74 table $family raw {
98 local family="ipv6"
100 local family="ipv4"
103 ip netns exec ${netns} conntrack -L -f $family -p tcp --dport $port 2> /dev/null |grep -q 'helper=ftp'
/linux-master/net/ipv6/
H A Dtunnel6.c32 int xfrm6_tunnel_register(struct xfrm6_tunnel *handler, unsigned short family) argument
41 switch (family) {
76 int xfrm6_tunnel_deregister(struct xfrm6_tunnel *handler, unsigned short family) argument
84 switch (family) {
179 .family = AF_INET6,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh491 local family
497 family=$(mptcp_lib_evts_get_info family "${evt}" "${e_type}")
498 if [ "${family}" ] && [ "${family}" = "${AF_INET6}" ]; then
505 mptcp_lib_check_expected "type" "family" "saddr" "sport" || rc="${?}"
/linux-master/drivers/gpu/drm/radeon/
H A Dr100.c829 switch (rdev->family) {
1018 if ((rdev->family == CHIP_R100) || (rdev->family == CHIP_RV100) ||
1019 (rdev->family == CHIP_RV200) || (rdev->family == CHIP_RS100) ||
1020 (rdev->family == CHIP_RS200)) {
1023 } else if ((rdev->family == CHIP_R200) ||
1024 (rdev->family == CHIP_RV250) ||
1025 (rdev->family == CHIP_RV280) ||
1026 (rdev->family
[all...]
H A Dradeon_device.c243 if (rdev->family < CHIP_R600) {
272 if (rdev->family < CHIP_R300) {
504 } else if (rdev->family < CHIP_R300) {
510 if (rdev->family >= CHIP_R600) {
516 if (rdev->family >= CHIP_PALM) {
661 if (rdev->family >= CHIP_BONAIRE &&
668 (rdev->family < CHIP_R600))
704 if (rdev->family >= CHIP_R600)
1092 * according to ASIC family.
1094 * @family
1096 radeon_gart_size_auto(enum radeon_family family) argument
[all...]
H A Drs400.c145 if (rdev->family == CHIP_RS690 || (rdev->family == CHIP_RS740)) {
154 if ((rdev->family == CHIP_RS690) || (rdev->family == CHIP_RS740)) {
178 if ((rdev->family == CHIP_RS690) || (rdev->family == CHIP_RS740)) {
319 if (rdev->family == CHIP_RS690 || (rdev->family == CHIP_RS740)) {
/linux-master/net/netfilter/ipset/
H A Dip_set_core.c87 find_set_type(const char *name, u8 family, u8 revision) argument
94 (type->family == family ||
95 type->family == NFPROTO_UNSPEC) &&
118 #define find_set_type_get(name, family, revision, found) \
119 __find_set_type_get(name, family, revision, found, false)
122 __find_set_type_get(const char *name, u8 family, u8 revision, argument
132 *found = find_set_type(name, family, revision);
148 __find_set_type_get(name, family, revision, found, true);
155 /* Find a given set type by name and family
163 __find_set_type_minmax(const char *name, u8 family, u8 *min, u8 *max, bool retry) argument
1051 u8 family, revision; local
1943 u8 family, min, max; local
[all...]
/linux-master/net/ipv4/
H A Dping.c476 static inline int ping_supported(int family, int type, int code) argument
478 return (family == AF_INET && type == ICMP_ECHO && code == 0) ||
479 (family == AF_INET && type == ICMP_EXT_ECHO && code == 0) ||
480 (family == AF_INET6 && type == ICMPV6_ECHO_REQUEST && code == 0) ||
481 (family == AF_INET6 && type == ICMPV6_EXT_ECHO_REQUEST && code == 0);
491 int family; local
502 family = AF_INET;
507 family = AF_INET6;
517 if (!ping_supported(family, icmph->type, icmph->code))
583 if ((family
650 ping_common_sendmsg(int family, struct msghdr *msg, size_t len, void *user_icmph, size_t icmph_len) argument
855 int family = sk->sk_family; local
[all...]
/linux-master/net/netfilter/
H A Dxt_recent.c70 u_int16_t family; member in struct:recent_entry
125 const union nf_inet_addr *addrp, u_int16_t family,
131 if (family == NFPROTO_IPV4)
137 if (e->family == family &&
180 u_int16_t family, u_int8_t ttl)
199 e->family = family;
200 if (family == NFPROTO_IPV4)
527 if (e->family
124 recent_entry_lookup(const struct recent_table *table, const union nf_inet_addr *addrp, u_int16_t family, u_int8_t ttl) argument
179 recent_entry_init(struct recent_table *t, const union nf_inet_addr *addr, u_int16_t family, u_int8_t ttl) argument
567 u_int16_t family; local
[all...]
H A Dnft_chain_route.c56 .family = NFPROTO_IPV4,
106 .family = NFPROTO_IPV6,
137 .family = NFPROTO_INET,
H A Dxt_HL.c127 .family = NFPROTO_IPV4,
137 .family = NFPROTO_IPV6,
H A Dnft_synproxy.c171 err = nf_ct_netns_get(ctx->net, ctx->family);
175 switch (ctx->family) {
203 nf_ct_netns_put(ctx->net, ctx->family);
211 switch (ctx->family) {
225 nf_ct_netns_put(ctx->net, ctx->family);
254 if (ctx->family != NFPROTO_IPV4 &&
255 ctx->family != NFPROTO_IPV6 &&
256 ctx->family != NFPROTO_INET)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh_fib.c38 fib_params->family = AF_INET;
66 fib_params->family = AF_INET6;
120 nh_params.nh_family = fib_params.family;
H A Dverifier_ctx_sk_msg.c9 __description("valid access family in SK_MSG")
17 : __imm_const(sk_msg_md_family, offsetof(struct sk_msg_md, family))
161 : __imm_const(__imm_0, offsetof(struct sk_msg_md, family) + 1)
/linux-master/drivers/phy/broadcom/
H A Dphy-bcm-ns-usb3.c51 enum bcm_ns_family family; member in struct:bcm_ns_usb3
158 switch (usb3->family) {
206 usb3->family = (enum bcm_ns_family)device_get_match_data(dev);
/linux-master/include/linux/netfilter/
H A Dx_tables.h85 * @entryinfo: the family-specific rule data
99 u_int8_t family; member in struct:xt_mtchk_param
111 u_int8_t family; member in struct:xt_mtdtor_param
118 * @entryinfo: the family-specific rule data
130 u_int8_t family; member in struct:xt_tgchk_param
139 u_int8_t family; member in struct:xt_tgdtor_param
178 unsigned short family; member in struct:xt_match
219 unsigned short family; member in struct:xt_target
238 u_int8_t af; /* address/protocol family */
/linux-master/arch/sh/mm/
H A Dcache.c326 } else if (boot_cpu_data.family == CPU_FAMILY_SH2) {
332 if (boot_cpu_data.family == CPU_FAMILY_SH2A) {
338 if (boot_cpu_data.family == CPU_FAMILY_SH3) {
351 if ((boot_cpu_data.family == CPU_FAMILY_SH4) ||
352 (boot_cpu_data.family == CPU_FAMILY_SH4A) ||
353 (boot_cpu_data.family == CPU_FAMILY_SH4AL_DSP)) {
/linux-master/include/uapi/linux/
H A Dxfrm.h57 __u16 family; member in struct:xfrm_selector
244 __u16 family; member in struct:xfrm_user_tmpl
382 __u16 family; member in struct:xfrm_usersa_info
402 __u16 family; member in struct:xfrm_usersa_id
478 __u16 family; member in struct:xfrm_user_kmaddress
506 __u16 family; member in struct:xfrm_address_filter
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_c_to_py.c28 * "family" : "<family-name>",
41 , rv->family);
71 rv->family, dest, src, r);
91 * "family" : "<family-name>",
/linux-master/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c161 soc_dev_attr->family = kasprintf(GFP_KERNEL, "Marvell");
167 kfree(soc_dev_attr->family);
/linux-master/drivers/soc/atmel/
H A Dsoc.h19 const char *family; member in struct:at91_soc
30 .family = (__family), \
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h196 unsigned int tid, unsigned short family)
200 if (family == AF_INET6)
205 if (family == AF_INET6)
245 int cxgb4_alloc_stid(struct tid_info *t, int family, void *data);
246 int cxgb4_alloc_sftid(struct tid_info *t, int family, void *data);
248 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
250 unsigned short family);
284 int cxgb4_get_free_ftid(struct net_device *dev, u8 family, bool hash_en,
195 cxgb4_insert_tid(struct tid_info *t, void *data, unsigned int tid, unsigned short family) argument
/linux-master/drivers/soc/aspeed/
H A Daspeed-socinfo.c130 attrs->family = siliconid_to_name(siliconid);
148 attrs->family,
/linux-master/net/core/
H A Dfib_rules.c103 static struct fib_rules_ops *lookup_rules_ops(struct net *net, int family) argument
109 if (ops->family == family) {
151 if (ops->family == o->family)
348 struct fib_rule *rule, int family,
352 .info.family = family,
367 .info.family = ops->family,
346 call_fib_rule_notifier(struct notifier_block *nb, enum fib_event_type event_type, struct fib_rule *rule, int family, struct netlink_ext_ack *extack) argument
377 fib_rules_dump(struct net *net, struct notifier_block *nb, int family, struct netlink_ext_ack *extack) argument
399 fib_rules_seq_read(struct net *net, int family) argument
1145 int idx = 0, family; local
[all...]

Completed in 222 milliseconds

1234567891011>>