Home
last modified time | relevance | path

Searched refs:family (Results 1 – 25 of 1350) sorted by relevance

12345678910>>...54

/linux/arch/x86/kernel/cpu/microcode/
H A Dintel-ucode-defs.h1 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x03, .steppings = 0x0004, .driver_data = 0x2 },
2 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0001, .driver_data = 0x45 },
3 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0002, .driver_data = 0x40 },
4 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0004, .driver_data = 0x2c },
5 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0008, .driver_data = 0x10 },
6 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0001, .driver_data = 0xa },
7 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0020, .driver_data = 0x3 },
8 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0400, .driver_data = 0xd },
9 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x2000, .driver_data = 0x7 },
10 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family
[all...]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_policer.c30 int (*init)(struct mlxsw_sp_policer_family *family);
31 void (*fini)(struct mlxsw_sp_policer_family *family);
32 int (*policer_index_alloc)(struct mlxsw_sp_policer_family *family,
34 struct mlxsw_sp_policer * (*policer_index_free)(struct mlxsw_sp_policer_family *family,
36 int (*policer_init)(struct mlxsw_sp_policer_family *family,
38 int (*policer_params_check)(const struct mlxsw_sp_policer_family *family,
74 struct mlxsw_sp_policer_family *family = priv; in mlxsw_sp_policer_single_rate_occ_get() local
76 return atomic_read(&family->policers_count); in mlxsw_sp_policer_single_rate_occ_get()
80 mlxsw_sp_policer_single_rate_family_init(struct mlxsw_sp_policer_family *family) in mlxsw_sp_policer_single_rate_family_init() argument
82 struct mlxsw_core *core = family in mlxsw_sp_policer_single_rate_family_init()
106 mlxsw_sp_policer_single_rate_family_fini(struct mlxsw_sp_policer_family * family) mlxsw_sp_policer_single_rate_family_fini() argument
116 mlxsw_sp_policer_single_rate_index_alloc(struct mlxsw_sp_policer_family * family,struct mlxsw_sp_policer * policer) mlxsw_sp_policer_single_rate_index_alloc() argument
136 mlxsw_sp_policer_single_rate_index_free(struct mlxsw_sp_policer_family * family,u16 policer_index) mlxsw_sp_policer_single_rate_index_free() argument
153 mlxsw_sp_policer_single_rate_init(struct mlxsw_sp_policer_family * family,const struct mlxsw_sp_policer * policer) mlxsw_sp_policer_single_rate_init() argument
169 mlxsw_sp_policer_single_rate_params_check(const struct mlxsw_sp_policer_family * family,const struct mlxsw_sp_policer_params * params,struct netlink_ext_ack * extack) mlxsw_sp_policer_single_rate_params_check() argument
236 struct mlxsw_sp_policer_family *family; mlxsw_sp_policer_add() local
277 struct mlxsw_sp_policer_family *family; mlxsw_sp_policer_del() local
289 struct mlxsw_sp_policer_family *family; mlxsw_sp_policer_drops_counter_get() local
311 struct mlxsw_sp_policer_family *family; mlxsw_sp_policer_family_register() local
346 mlxsw_sp_policer_family_unregister(struct mlxsw_sp * mlxsw_sp,struct mlxsw_sp_policer_family * family) mlxsw_sp_policer_family_unregister() argument
380 struct mlxsw_sp_policer_family *family; mlxsw_sp_policers_init() local
395 struct mlxsw_sp_policer_family *family; mlxsw_sp_policers_fini() local
[all...]
/linux/net/netlink/
H A Dgenetlink.c57 static void genl_op_lock(const struct genl_family *family) in genl_op_lock() argument
59 if (!family->parallel_ops) in genl_op_lock()
63 static void genl_op_unlock(const struct genl_family *family) in genl_op_unlock() argument
65 if (!family->parallel_ops) in genl_op_unlock()
84 * also abused this API and relied on family == group ID, we
85 * cater to that by giving it a static family and group ID.
101 static int genl_ctrl_event(int event, const struct genl_family *family,
106 genl_op_fill_in_reject_policy(const struct genl_family *family, in genl_op_fill_in_reject_policy() argument
111 if (op->policy || op->cmd < family->resv_start_op) in genl_op_fill_in_reject_policy()
119 genl_op_fill_in_reject_policy_split(const struct genl_family *family, in genl_op_fill_in_reject_policy_split() argument
136 const struct genl_family *family; genl_family_find_byname() local
147 const struct genl_family *family; global() member
156 genl_op_from_full(const struct genl_family * family,unsigned int i,struct genl_ops * op) genl_op_from_full() argument
169 genl_get_cmd_full(u32 cmd,const struct genl_family * family,struct genl_ops * op) genl_get_cmd_full() argument
183 genl_op_from_small(const struct genl_family * family,unsigned int i,struct genl_ops * op) genl_op_from_small() argument
200 genl_get_cmd_small(u32 cmd,const struct genl_family * family,struct genl_ops * op) genl_get_cmd_small() argument
216 const struct genl_family *family = iter->family; genl_op_from_split() local
244 genl_get_cmd_split(u32 cmd,u8 flag,const struct genl_family * family,struct genl_split_ops * op) genl_get_cmd_split() argument
261 genl_cmd_full_to_split(struct genl_split_ops * op,const struct genl_family * family,const struct genl_ops * full,u8 flags) genl_cmd_full_to_split() argument
302 genl_get_cmd(u32 cmd,u8 flags,const struct genl_family * family,struct genl_split_ops * op) genl_get_cmd() argument
325 genl_get_cmd_both(u32 cmd,const struct genl_family * family,struct genl_split_ops * doit,struct genl_split_ops * dumpit) genl_get_cmd_both() argument
337 genl_op_iter_init(const struct genl_family * family,struct genl_op_iter * iter) genl_op_iter_init() argument
352 const struct genl_family *family = iter->family; genl_op_iter_next() local
460 genl_validate_assign_mc_groups(struct genl_family * family) genl_validate_assign_mc_groups() argument
538 genl_unregister_mc_groups(const struct genl_family * family) genl_unregister_mc_groups() argument
571 genl_validate_ops(const struct genl_family * family) genl_validate_ops() argument
636 genl_sk_priv_alloc(struct genl_family * family) genl_sk_priv_alloc() argument
650 genl_sk_priv_free(const struct genl_family * family,void * priv) genl_sk_priv_free() argument
657 genl_sk_privs_alloc(struct genl_family * family) genl_sk_privs_alloc() argument
669 genl_sk_privs_free(const struct genl_family * family) genl_sk_privs_free() argument
684 genl_sk_priv_free_by_sock(struct genl_family * family,struct sock * sk) genl_sk_priv_free_by_sock() argument
699 struct genl_family *family; genl_release() local
723 __genl_sk_priv_get(struct genl_family * family,struct sock * sk) __genl_sk_priv_get() argument
742 genl_sk_priv_get(struct genl_family * family,struct sock * sk) genl_sk_priv_get() argument
780 genl_register_family(struct genl_family * family) genl_register_family() argument
855 genl_unregister_family(const struct genl_family * family) genl_unregister_family() argument
894 genlmsg_put(struct sk_buff * skb,u32 portid,u32 seq,const struct genl_family * family,int flags,u8 cmd) genlmsg_put() argument
924 genl_family_rcv_msg_attrs_parse(const struct genl_family * family,struct nlmsghdr * nlh,struct netlink_ext_ack * extack,const struct genl_split_ops * ops,int hdrlen,enum genl_validate_flags no_strict_flag) genl_family_rcv_msg_attrs_parse() argument
960 const struct genl_family *family; global() member
1051 genl_family_rcv_msg_dumpit(const struct genl_family * family,struct sk_buff * skb,struct nlmsghdr * nlh,struct netlink_ext_ack * extack,const struct genl_split_ops * ops,int hdrlen,struct net * net) genl_family_rcv_msg_dumpit() argument
1082 genl_family_rcv_msg_doit(const struct genl_family * family,struct sk_buff * skb,struct nlmsghdr * nlh,struct netlink_ext_ack * extack,const struct genl_split_ops * ops,int hdrlen,struct net * net) genl_family_rcv_msg_doit() argument
1126 genl_header_check(const struct genl_family * family,struct nlmsghdr * nlh,struct genlmsghdr * hdr,struct netlink_ext_ack * extack) genl_header_check() argument
1156 genl_family_rcv_msg(const struct genl_family * family,struct sk_buff * skb,struct nlmsghdr * nlh,struct netlink_ext_ack * extack) genl_family_rcv_msg() argument
1202 const struct genl_family *family; genl_rcv_msg() local
1229 ctrl_fill_info(const struct genl_family * family,u32 portid,u32 seq,u32 flags,struct sk_buff * skb,u8 cmd) ctrl_fill_info() argument
1312 ctrl_fill_mcgrp_info(const struct genl_family * family,const struct genl_multicast_group * grp,int grp_id,u32 portid,u32 seq,u32 flags,struct sk_buff * skb,u8 cmd) ctrl_fill_mcgrp_info() argument
1382 ctrl_build_family_msg(const struct genl_family * family,u32 portid,int seq,u8 cmd) ctrl_build_family_msg() argument
1402 ctrl_build_mcgrp_msg(const struct genl_family * family,const struct genl_multicast_group * grp,int grp_id,u32 portid,int seq,u8 cmd) ctrl_build_mcgrp_msg() argument
1476 genl_ctrl_event(int event,const struct genl_family * family,const struct genl_multicast_group * grp,int grp_id) genl_ctrl_event() argument
1814 const struct genl_family *family; genl_bind() local
1851 const struct genl_family *family; genl_unbind() local
1969 genlmsg_multicast_allns(const struct genl_family * family,struct sk_buff * skb,u32 portid,unsigned int group) genlmsg_multicast_allns() argument
1981 genl_notify(const struct genl_family * family,struct sk_buff * skb,struct genl_info * info,u32 group,gfp_t flags) genl_notify() argument
[all...]
/linux/arch/mips/cavium-octeon/executive/
H A Docteon-model.c61 const char *family; in octeon_model_get_string_buffer() local
191 /* Now figure out the family, the first two digits */ in octeon_model_get_string_buffer()
200 family = "37"; in octeon_model_get_string_buffer()
202 family = "36"; in octeon_model_get_string_buffer()
204 family = "38"; in octeon_model_get_string_buffer()
226 family = "30"; in octeon_model_get_string_buffer()
228 family = "31"; in octeon_model_get_string_buffer()
246 family = "30"; in octeon_model_get_string_buffer()
267 family = "58"; in octeon_model_get_string_buffer()
293 family in octeon_model_get_string_buffer()
[all...]
/linux/drivers/soc/renesas/
H A Drenesas-soc.c88 const struct renesas_family *family; member
93 .family = &fam_rza1,
97 .family = &fam_rza2,
102 .family = &fam_rmobile,
107 .family = &fam_rmobile,
112 .family = &fam_rzfive,
117 .family = &fam_rzg1,
122 .family = &fam_rzg1,
127 .family = &fam_rzg1,
132 .family
447 const struct renesas_family *family; renesas_soc_init() local
[all...]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c35 int family, int sotype, int mapfd) in test_insert_invalid() argument
53 int family, int sotype, int mapfd) in test_insert_opened() argument
59 s = xsocket(family, sotype, 0); in test_insert_opened()
75 int family, int sotype, int mapfd) in test_insert_bound() argument
83 init_addr_loopback(family, &addr, &len); in test_insert_bound()
85 s = xsocket(family, sotype, 0); in test_insert_bound()
103 int family, int sotype, int mapfd) in test_insert() argument
109 s = socket_loopback(family, sotype); in test_insert()
120 int family, int sotype, int mapfd) in test_delete_after_insert() argument
126 s = socket_loopback(family, sotyp in test_delete_after_insert()
138 test_delete_after_close(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_delete_after_close() argument
162 test_lookup_after_insert(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_lookup_after_insert() argument
191 test_lookup_after_delete(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_lookup_after_delete() argument
215 test_lookup_32_bit_value(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_lookup_32_bit_value() argument
246 test_update_existing(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_update_existing() argument
274 do_destroy_orphan_child(int family,int sotype,int mapfd) do_destroy_orphan_child() argument
306 test_destroy_orphan_child(struct test_sockmap_listen * skel,int family,int sotype,int mapfd) test_destroy_orphan_child() argument
336 test_clone_after_delete(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_clone_after_delete() argument
373 test_accept_after_delete(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_accept_after_delete() argument
428 test_accept_before_delete(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_accept_before_delete() argument
489 int family, socktype; connect_accept_thread() local
538 test_syn_recv_insert_delete(struct test_sockmap_listen * skel __always_unused,int family,int sotype,int mapfd) test_syn_recv_insert_delete() argument
602 test_race_insert_listen(struct test_sockmap_listen * skel __always_unused,int family,int socktype,int mapfd) test_race_insert_listen() argument
676 redir_to_connected(int family,int sotype,int sock_mapfd,int verd_mapfd,enum redir_mode mode) redir_to_connected() argument
725 test_skb_redir_to_connected(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_skb_redir_to_connected() argument
750 test_msg_redir_to_connected(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_msg_redir_to_connected() argument
768 test_msg_redir_to_connected_with_link(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_msg_redir_to_connected_with_link() argument
785 redir_to_listening(int family,int sotype,int sock_mapfd,int verd_mapfd,enum redir_mode mode) redir_to_listening() argument
845 test_skb_redir_to_listening(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_skb_redir_to_listening() argument
870 test_msg_redir_to_listening(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_msg_redir_to_listening() argument
888 test_msg_redir_to_listening_with_link(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_msg_redir_to_listening_with_link() argument
905 redir_partial(int family,int sotype,int sock_map,int parser_map) redir_partial() argument
949 test_skb_redir_partial(struct test_sockmap_listen * skel,struct bpf_map * inner_map,int family,int sotype) test_skb_redir_partial() argument
973 test_reuseport_select_listening(int family,int sotype,int sock_map,int verd_map,int reuseport_prog) test_reuseport_select_listening() argument
1042 test_reuseport_select_connected(int family,int sotype,int sock_map,int verd_map,int reuseport_prog) test_reuseport_select_connected() argument
1148 test_reuseport_mixed_groups(int family,int sotype,int sock_map,int verd_map,int reuseport_prog) test_reuseport_mixed_groups() argument
1234 family_str(sa_family_t family) family_str() argument
1281 test_ops(struct test_sockmap_listen * skel,struct bpf_map * map,int family,int sotype) test_ops() argument
1338 test_redir(struct test_sockmap_listen * skel,struct bpf_map * map,int family,int sotype) test_redir() argument
1372 test_reuseport(struct test_sockmap_listen * skel,struct bpf_map * map,int family,int sotype) test_reuseport() argument
1412 run_tests(struct test_sockmap_listen * skel,struct bpf_map * map,int family) run_tests() argument
[all...]
H A Dselect_reuseport.c47 sa_family_t family; member
138 static void sa46_init_loopback(union sa46 *sa, sa_family_t family) in sa46_init_loopback() argument
141 sa->family = family; in sa46_init_loopback()
142 if (sa->family == AF_INET6) in sa46_init_loopback()
148 static void sa46_init_inany(union sa46 *sa, sa_family_t family) in sa46_init_inany() argument
151 sa->family = family; in sa46_init_inany()
152 if (sa->family == AF_INET6) in sa46_init_inany()
227 static void check_data(int type, sa_family_t family, cons argument
364 send_data(int type,sa_family_t family,void * data,size_t len,enum result expected) send_data() argument
386 do_test(int type,sa_family_t family,struct cmd * cmd,enum result expected) do_test() argument
444 test_err_inner_map(int type,sa_family_t family) test_err_inner_map() argument
455 test_err_skb_data(int type,sa_family_t family) test_err_skb_data() argument
461 test_err_sk_select_port(int type,sa_family_t family) test_err_sk_select_port() argument
472 test_pass(int type,sa_family_t family) test_pass() argument
485 test_syncookie(int type,sa_family_t family) test_syncookie() argument
520 test_pass_on_err(int type,sa_family_t family) test_pass_on_err() argument
531 test_detach_bpf(int type,sa_family_t family) test_detach_bpf() argument
584 prepare_sk_fds(int type,sa_family_t family,bool inany) prepare_sk_fds() argument
658 setup_per_test(int type,sa_family_t family,bool inany,bool no_inner_map) setup_per_test() argument
742 family_str(sa_family_t family) family_str() argument
768 test_config(int sotype,sa_family_t family,bool inany) test_config() argument
826 sa_family_t family; test_all() member
[all...]
H A Dsockmap_ktls.c50 static int create_ktls_pairs(int family, int sotype, int *c, int *p) in create_ktls_pairs() argument
54 err = create_pair(family, sotype, c, p); in create_ktls_pairs()
64 static void test_sockmap_ktls_update_fails_when_sock_has_ulp(int family, int map) in test_sockmap_ktls_update_fails_when_sock_has_ulp() argument
72 switch (family) { in test_sockmap_ktls_update_fails_when_sock_has_ulp()
82 PRINT_FAIL("unsupported socket family %d", family); in test_sockmap_ktls_update_fails_when_sock_has_ulp()
86 s = socket(family, SOCK_STREAM, 0); in test_sockmap_ktls_update_fails_when_sock_has_ulp()
120 static const char *fmt_test_name(const char *subtest_name, int family, in fmt_test_name() argument
134 static void test_sockmap_ktls_offload(int family, int sotype) in test_sockmap_ktls_offload() argument
141 err = create_ktls_pairs(family, sotyp in test_sockmap_ktls_offload()
163 test_sockmap_ktls_tx_cork(int family,int sotype,bool push) test_sockmap_ktls_tx_cork() argument
243 test_sockmap_ktls_tx_no_buf(int family,int sotype,bool push) test_sockmap_ktls_tx_no_buf() argument
317 test_sockmap_ktls_tx_pop(int family,int sotype) test_sockmap_ktls_tx_pop() argument
406 run_tests(int family,enum bpf_map_type map_type) run_tests() argument
420 run_ktls_test(int family,int sotype) run_ktls_test() argument
[all...]
/linux/security/selinux/include/
H A Dnetlabel.h29 void selinux_netlbl_err(struct sk_buff *skb, u16 family, int error,
35 int selinux_netlbl_skbuff_getsid(struct sk_buff *skb, u16 family, u32 *type,
37 int selinux_netlbl_skbuff_setsid(struct sk_buff *skb, u16 family, u32 sid);
40 int selinux_netlbl_inet_conn_request(struct request_sock *req, u16 family);
41 void selinux_netlbl_inet_csk_clone(struct sock *sk, u16 family);
43 int selinux_netlbl_socket_post_create(struct sock *sk, u16 family);
45 struct sk_buff *skb, u16 family,
59 static inline void selinux_netlbl_err(struct sk_buff *skb, u16 family, in selinux_netlbl_err() argument
77 static inline int selinux_netlbl_skbuff_getsid(struct sk_buff *skb, u16 family, in selinux_netlbl_skbuff_getsid() argument
84 static inline int selinux_netlbl_skbuff_setsid(struct sk_buff *skb, u16 family, in selinux_netlbl_skbuff_setsid() argument
97 selinux_netlbl_inet_conn_request(struct request_sock * req,u16 family) selinux_netlbl_inet_conn_request() argument
101 selinux_netlbl_inet_csk_clone(struct sock * sk,u16 family) selinux_netlbl_inet_csk_clone() argument
110 selinux_netlbl_socket_post_create(struct sock * sk,u16 family) selinux_netlbl_socket_post_create() argument
115 selinux_netlbl_sock_rcv_skb(struct sk_security_struct * sksec,struct sk_buff * skb,u16 family,struct common_audit_data * ad) selinux_netlbl_sock_rcv_skb() argument
[all...]
/linux/drivers/gpu/drm/radeon/
H A Dradeon_kms.c258 if ((rdev->family >= CHIP_CEDAR) && (rdev->family <= CHIP_HEMLOCK)) in radeon_info_ioctl()
283 if (rdev->family == CHIP_HAWAII) { in radeon_info_ioctl()
297 if (rdev->family >= CHIP_BONAIRE) in radeon_info_ioctl()
299 else if (rdev->family >= CHIP_TAHITI) in radeon_info_ioctl()
301 else if (rdev->family >= CHIP_CAYMAN) in radeon_info_ioctl()
303 else if (rdev->family >= CHIP_CEDAR) in radeon_info_ioctl()
305 else if (rdev->family >= CHIP_RV770) in radeon_info_ioctl()
307 else if (rdev->family >= CHIP_R600) in radeon_info_ioctl()
351 if (rdev->family > in radeon_info_ioctl()
[all...]
/linux/Documentation/hwmon/
H A Dpeci-dimmtemp.rst9 Intel Xeon E5-14xx v3 family
10 Intel Xeon E5-24xx v3 family
11 Intel Xeon E5-16xx v3 family
12 Intel Xeon E5-26xx v3 family
13 Intel Xeon E5-46xx v3 family
14 Intel Xeon E7-48xx v3 family
15 Intel Xeon E7-88xx v3 family
17 Intel Xeon E5-16xx v4 family
18 Intel Xeon E5-26xx v4 family
19 Intel Xeon E5-46xx v4 family
[all...]
H A Dpeci-cputemp.rst9 Intel Xeon E5-14xx v3 family
10 Intel Xeon E5-24xx v3 family
11 Intel Xeon E5-16xx v3 family
12 Intel Xeon E5-26xx v3 family
13 Intel Xeon E5-46xx v3 family
14 Intel Xeon E7-48xx v3 family
15 Intel Xeon E7-88xx v3 family
17 Intel Xeon E5-16xx v4 family
18 Intel Xeon E5-26xx v4 family
19 Intel Xeon E5-46xx v4 family
[all...]
/linux/tools/testing/selftests/net/
H A Dbind_wildcard.c43 sa_family_t family[2]; in FIXTURE_VARIANT() local
63 .family = {AF_INET, AF_INET}, in FIXTURE_VARIANT_ADD()
77 .family = {AF_INET, AF_INET}, in FIXTURE_VARIANT_ADD()
92 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD()
106 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD()
121 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD()
135 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD()
149 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD()
163 .family = {AF_INET, AF_INET6}, in FIXTURE_VARIANT_ADD()
177 .family in FIXTURE_VARIANT_ADD()
694 setup_addr(FIXTURE_DATA (bind_wildcard)* self,int i,int family,const void * addr_const) setup_addr() argument
[all...]
H A Dreuseport_addr_any.c29 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count, in build_rcv_fd() argument
39 switch (family) { in build_rcv_fd()
41 addr4.sin_family = family; in build_rcv_fd()
44 else if (!inet_pton(family, addr_str, &addr4.sin_addr.s_addr)) in build_rcv_fd()
54 else if (!inet_pton(family, addr_str, &addr6.sin6_addr)) in build_rcv_fd()
61 error(1, 0, "Unsupported family %d", family); in build_rcv_fd()
70 rcv_fds[i] = socket(family, proto, 0); in build_rcv_fd()
87 static int connect_and_send(int family, int proto) in connect_and_send() argument
96 switch (family) { in connect_and_send()
175 test(int * rcv_fds,int count,int family,int proto,int fd) test() argument
[all...]
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dftrace-tcp.c29 int family; member
57 int __trace_event_expect(enum trace_events type, int family, in __trace_event_expect() argument
65 .family = family, in __trace_event_expect()
119 int family; member
149 if (p->family != e->family) in lookup_expected_event()
151 if (p->family == AF_INET) in lookup_expected_event()
227 static int tracer_ip_split(int family, char *src, char **addr, char **port) in tracer_ip_split() argument
231 if (family in tracer_ip_split()
266 tracer_scan_address(int family,char * src,union tcp_addr * dst,unsigned int * port) tracer_scan_address() argument
292 char *src = NULL, *dst = NULL, *family = NULL; tracer_scan_event() local
[all...]
/linux/tools/net/ynl/pyynl/lib/
H A Dnlspec.py26 family back reference to the full family
31 def __init__(self, family, yaml): argument
33 self.family = family
40 family.add_unresolved(self)
75 super().__init__(enum_set.family, yaml)
113 def __init__(self, family, yaml): argument
114 super().__init__(family, yaml)
170 def __init__(self, family, attr_se argument
201 __init__(self, family, yaml) global() argument
259 __init__(self, family, yaml) global() argument
277 __init__(self, family, yaml) global() argument
284 new_member(self, family, elem) global() argument
304 __init__(self, family, yaml) global() argument
312 new_format(self, family, format) global() argument
326 __init__(self, family, yaml) global() argument
353 __init__(self, family, yaml, req_value, rsp_value) global() argument
401 __init__(self, family, yaml) global() argument
[all...]
/linux/security/selinux/
H A Dnetlabel.c33 * @family: the packet's address family
44 u16 family, in selinux_netlbl_sidlookup_cached() argument
54 netlbl_cache_add(skb, family, secattr); in selinux_netlbl_sidlookup_cached()
133 * @family: the packet's address family
144 void selinux_netlbl_err(struct sk_buff *skb, u16 family, int error, int gateway) in selinux_netlbl_err() argument
146 netlbl_skbuff_err(skb, family, error, gateway); in selinux_netlbl_err()
184 * @family: protocol family
195 selinux_netlbl_skbuff_getsid(struct sk_buff * skb,u16 family,u32 * type,u32 * sid) selinux_netlbl_skbuff_getsid() argument
233 selinux_netlbl_skbuff_setsid(struct sk_buff * skb,u16 family,u32 sid) selinux_netlbl_skbuff_setsid() argument
330 selinux_netlbl_inet_conn_request(struct request_sock * req,u16 family) selinux_netlbl_inet_conn_request() argument
359 selinux_netlbl_inet_csk_clone(struct sock * sk,u16 family) selinux_netlbl_inet_csk_clone() argument
395 selinux_netlbl_socket_post_create(struct sock * sk,u16 family) selinux_netlbl_socket_post_create() argument
439 selinux_netlbl_sock_rcv_skb(struct sk_security_struct * sksec,struct sk_buff * skb,u16 family,struct common_audit_data * ad) selinux_netlbl_sock_rcv_skb() argument
[all...]
H A Dnetnode.c55 * family later */
96 * @family: address family
103 static struct sel_netnode *sel_netnode_find(const void *addr, u16 family) in sel_netnode_find() argument
108 switch (family) { in sel_netnode_find()
121 if (node->nsec.family == family) in sel_netnode_find()
122 switch (family) { in sel_netnode_find()
149 switch (node->nsec.family) { in sel_netnode_insert()
180 * @family
190 sel_netnode_sid_slow(const void * addr,u16 family,u32 * sid) sel_netnode_sid_slow() argument
253 sel_netnode_sid(const void * addr,u16 family,u32 * sid) sel_netnode_sid() argument
[all...]
/linux/drivers/dma/ti/
H A Dk3-psil.c21 { .family = "AM65X", .data = &am654_ep_map },
22 { .family = "J721E", .data = &j721e_ep_map },
23 { .family = "J7200", .data = &j7200_ep_map },
24 { .family = "AM64X", .data = &am64_ep_map },
25 { .family = "J721S2", .data = &j721s2_ep_map },
26 { .family = "AM62X", .data = &am62_ep_map },
27 { .family = "AM62AX", .data = &am62a_ep_map },
28 { .family = "J784S4", .data = &j784s4_ep_map },
29 { .family = "AM62PX", .data = &am62p_ep_map },
30 { .family
[all...]
/linux/Documentation/devicetree/bindings/arm/omap/
H A Dl4.txt6 - compatible : Should be "ti,omap2-l4" for OMAP2 family l4 core bus
7 Should be "ti,omap2-l4-wkup" for OMAP2 family l4 wkup bus
8 Should be "ti,omap3-l4-core" for OMAP3 family l4 core bus
9 Should be "ti,omap4-l4-cfg" for OMAP4 family l4 cfg bus
10 Should be "ti,omap4-l4-per" for OMAP4 family l4 per bus
11 Should be "ti,omap4-l4-wkup" for OMAP4 family l4 wkup bus
12 Should be "ti,omap5-l4-cfg" for OMAP5 family l4 cfg bus
13 Should be "ti,omap5-l4-wkup" for OMAP5 family l4 wkup bus
14 Should be "ti,dra7-l4-cfg" for DRA7 family l4 cfg bus
15 Should be "ti,dra7-l4-wkup" for DRA7 family l
[all...]
/linux/arch/arm/mach-hisi/
H A DKconfig17 bool "Hisilicon Hi36xx family"
25 Support for Hisilicon Hi36xx SoC family
28 bool "Hisilicon HIP01 family"
34 Support for Hisilicon HIP01 SoC family
37 bool "Hisilicon HiP04 Cortex A15 family"
45 Support for Hisilicon HiP04 SoC family
48 bool "Hisilicon X5HD2 family"
56 Support for Hisilicon HIX5HD2 SoC family
59 bool "Hisilicon SD5203 family"
63 Support for Hisilicon SD5203 SoC family
[all...]
/linux/net/xfrm/
H A Dxfrm_state.c65 unsigned short family) in xfrm_dst_hash() argument
69 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask); in xfrm_dst_hash()
75 unsigned short family) in xfrm_src_hash() argument
79 return __xfrm_src_hash(daddr, saddr, family, net->xfrm.state_hmask); in xfrm_src_hash()
84 __be32 spi, u8 proto, unsigned short family) in xfrm_spi_hash() argument
88 return __xfrm_spi_hash(daddr, spi, proto, family, net->xfrm.state_hmask); in xfrm_spi_hash()
131 x->props.reqid, x->props.family, in xfrm_hash_transfer()
136 x->props.family, in xfrm_hash_transfer()
142 x->id.proto, x->props.family, in xfrm_hash_transfer()
236 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type() argument
[all …]
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_nat.sh150 local family=$1
154 if [ "$family" = "inet" ];then
159 table $family nat {
167 echo "SKIP: Could not add add $family dnat hook"
212 test $lret -eq 0 && echo "PASS: ipv6 ping to $ns1 was $family NATted to $ns2"
220 local family=$1
224 if [ "$family" = "inet" ];then
229 table $family nat {
237 if [ "$family" = "inet" ];then
242 echo "SKIP: Could not add add $family dna
[all...]
/linux/Documentation/userspace-api/netlink/
H A Dc-code-gen.rst14 of ``name`` in an attribute, and ``$family`` is the name of the
15 family (the global ``name`` property).
17 The upper case is used to denote literal values, e.g. ``$family-CMD``
18 means the concatenation of ``$family``, a dash character, and the literal
30 ``c-family-name`` controls the name of the ``#define`` for the family
31 name, default is ``$family-FAMILY-NAME``.
34 of the family, default is ``$family-FAMILY-VERSION``.
46 The name of the constant is ``$family
[all...]
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py49 def __init__(self, family, attr_set, attr, value): argument
50 super().__init__(family, attr_set, attr, value)
74 if self.nested_attrs == family.name:
75 self.nested_render_name = c_lower(f"{family.ident_name}")
77 self.nested_render_name = c_lower(f"{family.ident_name}_{self.nested_attrs}")
79 if self.nested_attrs in self.family.consts:
96 return self.family.attr_sets[self.attr_set.subset_of][self.name]
114 if value in self.family.consts:
115 return self.family.consts[value]["value"]
124 if value in self.family
362 __init__(self, family, attr_set, attr, value) global() argument
708 __init__(self, family, attr_set, attr, value, base_type) global() argument
890 __init__(self, family, attr_set, attr, value) global() argument
942 __init__(self, family, space_name, type_list=None, fixed_header=None, inherited=None, submsg=None) global() argument
1038 __init__(self, family, yaml) global() argument
1075 __init__(self, family, yaml) global() argument
1145 __init__(self, family, yaml, req_value, rsp_value) global() argument
1180 __init__(self, family, yaml) global() argument
1552 __init__(self, cw, family, ku_space, op, op_mode, attr_set=None) global() argument
1996 put_op_name_fwd(family, cw) global() argument
2000 put_op_name(family, cw) global() argument
2021 put_enum_to_str_fwd(family, cw, enum) global() argument
2026 put_enum_to_str(family, cw, enum) global() argument
2751 kernel_can_gen_family_struct(family) global() argument
2755 policy_should_be_static(family) global() argument
2759 print_kernel_policy_ranges(family, cw) global() argument
2788 print_kernel_policy_sparse_enum_validates(family, cw) global() argument
2828 print_kernel_op_table_fwd(family, cw, terminate) global() argument
2895 print_kernel_op_table_hdr(family, cw) global() argument
2899 print_kernel_op_table(family, cw) global() argument
2979 print_kernel_mcgrp_hdr(family, cw) global() argument
2991 print_kernel_mcgrp_src(family, cw) global() argument
3004 print_kernel_family_struct_hdr(family, cw) global() argument
3016 print_kernel_family_struct_src(family, cw) global() argument
3053 uapi_enum_start(family, cw, obj, ckey='', enum_name='enum-name') global() argument
3063 render_uapi_unified(family, cw, max_by_define, separate_ntf) global() argument
3090 render_uapi_directional(family, cw, max_by_define) global() argument
3144 render_uapi(family, cw) global() argument
3299 render_user_family(family, cw, prototype) global() argument
3342 family_contains_bitfield32(family) global() argument
[all...]

12345678910>>...54