Searched defs:family (Results 176 - 200 of 312) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dnetlink.h290 u16 family; member in struct:netlink_callback
/linux-master/include/net/
H A Dgenetlink.h125 const struct genl_family *family; member in struct:genl_info
301 genl_info_init_ntf(struct genl_info *info, const struct genl_family *family, u8 cmd) argument
375 genlmsg_parse_deprecated(const struct nlmsghdr *nlh, const struct genl_family *family, struct nlattr *tb[], int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
394 genlmsg_parse(const struct nlmsghdr *nlh, const struct genl_family *family, struct nlattr *tb[], int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
428 genlmsg_put_reply(struct sk_buff *skb, struct genl_info *info, const struct genl_family *family, int flags, u8 cmd) argument
474 genlmsg_multicast_netns_filtered(const struct genl_family *family, struct net *net, struct sk_buff *skb, u32 portid, unsigned int group, gfp_t flags, netlink_filter_fn filter, void *filter_data) argument
496 genlmsg_multicast_netns(const struct genl_family *family, struct net *net, struct sk_buff *skb, u32 portid, unsigned int group, gfp_t flags) argument
512 genlmsg_multicast(const struct genl_family *family, struct sk_buff *skb, u32 portid, unsigned int group, gfp_t flags) argument
615 genl_set_err(const struct genl_family *family, struct net *net, u32 portid, u32 group, int code) argument
625 genl_has_listeners(const struct genl_family *family, struct net *net, unsigned int group) argument
[all...]
/linux-master/fs/nfsd/
H A Dnfssvc.c821 nfsd_acl_rpcbind_set(struct net *net, const struct svc_program *progp, u32 version, int family, unsigned short proto, unsigned short port) argument
867 nfsd_rpcbind_set(struct net *net, const struct svc_program *progp, u32 version, int family, unsigned short proto, unsigned short port) argument
/linux-master/drivers/net/
H A Dbareudp.c65 unsigned short family; local
/linux-master/net/netlabel/
H A Dnetlabel_kapi.c56 netlbl_cfg_map_del(const char *domain, u16 family, const void *addr, const void *mask, struct netlbl_audit *audit_info) argument
95 netlbl_cfg_unlbl_map_add(const char *domain, u16 family, const void *addr, const void *mask, struct netlbl_audit *audit_info) argument
208 netlbl_cfg_unlbl_static_add(struct net *net, const char *dev_name, const void *addr, const void *mask, u16 family, u32 secid, struct netlbl_audit *audit_info) argument
251 netlbl_cfg_unlbl_static_del(struct net *net, const char *dev_name, const void *addr, const void *mask, u16 family, struct netlbl_audit *audit_info) argument
978 netlbl_sock_setattr(struct sock *sk, u16 family, const struct netlbl_lsm_secattr *secattr) argument
1278 netlbl_skbuff_setattr(struct sk_buff *skb, u16 family, const struct netlbl_lsm_secattr *secattr) argument
1359 netlbl_skbuff_getattr(const struct sk_buff *skb, u16 family, struct netlbl_lsm_secattr *secattr) argument
1396 netlbl_skbuff_err(struct sk_buff *skb, u16 family, int error, int gateway) argument
1435 netlbl_cache_add(const struct sk_buff *skb, u16 family, const struct netlbl_lsm_secattr *secattr) argument
[all...]
/linux-master/net/sched/
H A Dact_tunnel_key.c691 unsigned short family = ip_tunnel_info_af(info); local
/linux-master/net/netfilter/
H A Dnft_ct.c1058 int family = ctx->family; local
1182 u16 family; local
[all...]
H A Dnf_conntrack_expect.c312 nf_ct_expect_init(struct nf_conntrack_expect *exp, unsigned int class, u_int8_t family, const union nf_inet_addr *saddr, const union nf_inet_addr *daddr, u_int8_t proto, const __be16 *src, const __be16 *dst) argument
H A Dxt_hashlimit.c119 u_int8_t family; member in struct:xt_hashlimit_htable
275 htable_create(struct net *net, struct hashlimit_cfg3 *cfg, const char *name, u_int8_t family, struct xt_hashlimit_htable **out_hinfo, int revision) argument
405 htable_find_get(struct net *net, const char *name, u_int8_t family) argument
1094 dl_seq_print(struct dsthash_ent *ent, u_int8_t family, struct seq_file *s) argument
1125 dl_seq_real_show_v2(struct dsthash_ent *ent, u_int8_t family, struct seq_file *s) argument
1140 dl_seq_real_show_v1(struct dsthash_ent *ent, u_int8_t family, struct seq_file *s) argument
1155 dl_seq_real_show(struct dsthash_ent *ent, u_int8_t family, struct seq_file *s) argument
[all...]
H A Dnf_nat_core.c130 u8 family; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c141 __u16 family; member in struct:vip_definition
/linux-master/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c51 static int init_genl_req(char *data, int family, int cmd, int version) argument
345 u_int16_t family, port; local
424 memcpy(RTA_DATA(rta), &family, 2); local
461 u_int16_t family; local
539 memcpy(RTA_DATA(rta), &family, 2); local
644 u_int16_t family; local
683 memcpy(RTA_DATA(rta), &family, 2); local
769 u_int16_t family; local
807 memcpy(RTA_DATA(rta), &family, 2); local
899 u_int16_t family; local
951 memcpy(RTA_DATA(rta), &family, 2); local
962 uint16_t family = 0; local
1279 u_int16_t family; local
1332 u_int16_t family; local
1385 memcpy(RTA_DATA(rta), &family, 2); local
1490 memcpy(RTA_DATA(rta), &family, 2); local
[all...]
/linux-master/tools/net/ynl/lib/
H A Dynl-priv.h90 __u16 family; member in struct:ynl_ntf_base_type
/linux-master/include/uapi/linux/
H A Dtipc.h158 unsigned short family; member in struct:sockaddr_tipc
H A Dinet_diag.h104 __u8 family; member in struct:inet_diag_hostcond
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c546 int cxgb4_get_free_ftid(struct net_device *dev, u8 family, bool hash_en, argument
689 static int cxgb4_set_ftid(struct tid_info *t, int fidx, int family, argument
712 static int cxgb4_set_hpftid(struct tid_info *t, int fidx, int family) argument
730 static void cxgb4_clear_ftid(struct tid_info *t, int fidx, int family, argument
745 static void cxgb4_clear_hpftid(struct tid_info *t, int fidx, int family) argument
1108 is_addr_all_mask(u8 *ipmask, int family) argument
1129 is_inaddr_any(u8 *ip, int family) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c115 int err, family, fd; local
H A Dsockmap_listen.c32 test_insert_invalid(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
50 test_insert_opened(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
72 test_insert_bound(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
100 test_insert(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
117 test_delete_after_insert(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
135 test_delete_after_close(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
159 test_lookup_after_insert(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
188 test_lookup_after_delete(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
212 test_lookup_32_bit_value(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
243 test_update_existing(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
272 do_destroy_orphan_child(int family, int sotype, int mapfd) argument
303 test_destroy_orphan_child(struct test_sockmap_listen *skel, int family, int sotype, int mapfd) argument
333 test_clone_after_delete(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
370 test_accept_after_delete(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
425 test_accept_before_delete(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
487 int family, socktype; local
535 test_syn_recv_insert_delete(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) argument
599 test_race_insert_listen(struct test_sockmap_listen *skel __always_unused, int family, int socktype, int mapfd) argument
674 redir_to_connected(int family, int sotype, int sock_mapfd, int verd_mapfd, enum redir_mode mode) argument
727 test_skb_redir_to_connected(struct test_sockmap_listen *skel, struct bpf_map *inner_map, int family, int sotype) argument
752 test_msg_redir_to_connected(struct test_sockmap_listen *skel, struct bpf_map *inner_map, int family, int sotype) argument
770 redir_to_listening(int family, int sotype, int sock_mapfd, int verd_mapfd, enum redir_mode mode) argument
829 test_skb_redir_to_listening(struct test_sockmap_listen *skel, struct bpf_map *inner_map, int family, int sotype) argument
854 test_msg_redir_to_listening(struct test_sockmap_listen *skel, struct bpf_map *inner_map, int family, int sotype) argument
872 redir_partial(int family, int sotype, int sock_map, int parser_map) argument
918 test_skb_redir_partial(struct test_sockmap_listen *skel, struct bpf_map *inner_map, int family, int sotype) argument
943 test_reuseport_select_listening(int family, int sotype, int sock_map, int verd_map, int reuseport_prog) argument
1012 test_reuseport_select_connected(int family, int sotype, int sock_map, int verd_map, int reuseport_prog) argument
1118 test_reuseport_mixed_groups(int family, int sotype, int sock_map, int verd_map, int reuseport_prog) argument
1204 family_str(sa_family_t family) argument
1250 test_ops(struct test_sockmap_listen *skel, struct bpf_map *map, int family, int sotype) argument
1307 test_redir(struct test_sockmap_listen *skel, struct bpf_map *map, int family, int sotype) argument
1592 test_reuseport(struct test_sockmap_listen *skel, struct bpf_map *map, int family, int sotype) argument
1632 inet_socketpair(int family, int type, int *s, int *c) argument
1674 udp_redir_to_connected(int family, int sock_mapfd, int verd_mapfd, enum redir_mode mode) argument
1696 udp_skb_redir_to_connected(struct test_sockmap_listen *skel, struct bpf_map *inner_map, int family) argument
1716 test_udp_redir(struct test_sockmap_listen *skel, struct bpf_map *map, int family) argument
1730 inet_unix_redir_to_connected(int family, int type, int sock_mapfd, int verd_mapfd, enum redir_mode mode) argument
1754 inet_unix_skb_redir_to_connected(struct test_sockmap_listen *skel, struct bpf_map *inner_map, int family) argument
1780 unix_inet_redir_to_connected(int family, int type, int sock_mapfd, int nop_mapfd, int verd_mapfd, enum redir_mode mode) argument
1808 unix_inet_skb_redir_to_connected(struct test_sockmap_listen *skel, struct bpf_map *inner_map, int family) argument
1853 test_udp_unix_redir(struct test_sockmap_listen *skel, struct bpf_map *map, int family) argument
1868 run_tests(struct test_sockmap_listen *skel, struct bpf_map *map, int family) argument
[all...]
/linux-master/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.c771 u32 family; local
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_drv.h179 meson_vpu_is_compatible(struct meson_drm *priv, enum vpu_compatible family) argument
/linux-master/net/sctp/
H A Dinput.c98 int family; local
460 struct sock *sctp_err_lookup(struct net *net, int family, struct sk_buff *skb, argument
H A Dipv6.c932 static int sctp_inet6_af_supported(sa_family_t family, struct sctp_sock *sp) argument
/linux-master/net/ipv4/
H A Dping.c476 static inline int ping_supported(int family, int type, int code) argument
491 int family; local
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/arch/x86/kernel/cpu/microcode/
H A Damd.c227 static unsigned int __verify_patch_size(u8 family, u32 sh_psize, size_t buf_size) argument
264 verify_patch(u8 family, const u8 *buf, size_t buf_size, u32 *patch_size) argument
468 get_builtin_microcode(struct cpio_data *cp, unsigned int family) argument
746 verify_and_add_patch(u8 family, u8 *fw, unsigned int leftover, unsigned int *patch_size) argument
789 __load_microcode_amd(u8 family, const u8 *data, size_t size) argument
823 load_microcode_amd(u8 family, const u8 *data, size_t size) argument
[all...]
/linux-master/net/sunrpc/
H A Dsvc_xprt.c214 __svc_xpo_create(struct svc_xprt_class *xcl, struct svc_serv *serv, struct net *net, const int family, const unsigned short port, int flags) argument
296 _svc_xprt_create(struct svc_serv *serv, const char *xprt_name, struct net *net, const int family, const unsigned short port, int flags, const struct cred *cred) argument
346 svc_xprt_create(struct svc_serv *serv, const char *xprt_name, struct net *net, const int family, const unsigned short port, int flags, const struct cred *cred) argument
[all...]

Completed in 220 milliseconds

1234567891011>>