/linux/include/net/ |
H A D | net_namespace.h | 61 struct net { struct 65 refcount_t passive; /* To decide when the network argument 76 struct list_head list; /* list of network namespaces */ argument 77 struct list_head exit_list; /* To linked to call pernet exit argument 78 * methods on dead net ( argument 91 struct idr netns_ids; argument 96 * refcounted against netns argument 99 struct proc_dir_entry *proc_net; argument 100 struct proc_dir_entry *proc_net_stat; argument 106 struct sock *rtnl; /* rtnetlink socket */ argument [all …]
|
H A D | l3mdev.h | 76 static inline int l3mdev_master_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_ifindex_by_index() 121 int l3mdev_master_upper_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index() 143 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() 234 static inline int l3mdev_master_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_ifindex_by_index() 240 int l3mdev_master_upper_ifindex_by_index_rcu(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index_rcu() 245 int l3mdev_master_upper_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index() 264 static inline u32 l3mdev_fib_table_by_index(struct net *net, int ifindex) in l3mdev_fib_table_by_index() 269 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() 275 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6) in l3mdev_link_scope_lookup() 318 int l3mdev_ifindex_lookup_by_table_id(enum l3mdev_type l3type, struct net *net, in l3mdev_ifindex_lookup_by_table_id() [all …]
|
/linux/net/tipc/ |
H A D | bcast.c | 77 static struct tipc_bc_base *tipc_bc_base(struct net *net) in tipc_bc_base() 86 int tipc_bcast_get_mtu(struct net *net) in tipc_bcast_get_mtu() 91 void tipc_bcast_toggle_rcast(struct net *net, bool supp) in tipc_bcast_toggle_rcast() 96 static void tipc_bcbase_calc_bc_threshold(struct net *net) in tipc_bcbase_calc_bc_threshold() 107 static void tipc_bcbase_select_primary(struct net *net) in tipc_bcbase_select_primary() 147 void tipc_bcast_inc_bearer_dst_cnt(struct net *net, int bearer_id) in tipc_bcast_inc_bearer_dst_cnt() 157 void tipc_bcast_dec_bearer_dst_cnt(struct net *net, int bearer_id) in tipc_bcast_dec_bearer_dst_cnt() 177 static void tipc_bcbase_xmit(struct net *net, struct sk_buff_head *xmitq) in tipc_bcbase_xmit() 212 static void tipc_bcast_select_xmit_method(struct net *net, int dests, in tipc_bcast_select_xmit_method() 259 int tipc_bcast_xmit(struct net *net, struct sk_buff_head *pkts, in tipc_bcast_xmit() [all …]
|
H A D | bearer.c | 62 static struct tipc_bearer *bearer_get(struct net *net, int bearer_id) in bearer_get() 181 struct tipc_bearer *tipc_bearer_find(struct net *net, const char *name) in tipc_bearer_find() 200 int tipc_bearer_get_name(struct net *net, char *name, u32 bearer_id) in tipc_bearer_get_name() 216 void tipc_bearer_add_dest(struct net *net, u32 bearer_id, u32 dest) in tipc_bearer_add_dest() 227 void tipc_bearer_remove_dest(struct net *net, u32 bearer_id, u32 dest) in tipc_bearer_remove_dest() 247 static int tipc_enable_bearer(struct net *net, const char *name, in tipc_enable_bearer() 381 static int tipc_reset_bearer(struct net *net, struct tipc_bearer *b) in tipc_reset_bearer() 407 static void bearer_disable(struct net *net, struct tipc_bearer *b) in bearer_disable() 424 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b, in tipc_enable_l2_media() 496 int tipc_l2_send_msg(struct net *net, struct sk_buff *skb, in tipc_l2_send_msg() [all …]
|
H A D | net.c | 111 int tipc_net_init(struct net *net, u8 *node_id, u32 addr) in tipc_net_init() 126 static void tipc_net_finalize(struct net *net, u32 addr) in tipc_net_finalize() 151 void tipc_net_stop(struct net *net) in tipc_net_stop() 164 static int __tipc_nl_add_net(struct net *net, struct tipc_nl_msg *msg) in __tipc_nl_add_net() 202 struct net *net = sock_net(skb->sk); in tipc_nl_net_dump() local 228 struct net *net = sock_net(skb->sk); in __tipc_nl_net_set() local 291 static int __tipc_nl_addr_legacy_get(struct net *net, struct tipc_nl_msg *msg) in __tipc_nl_addr_legacy_get() 325 struct net *net = sock_net(skb->sk); in tipc_nl_net_addr_legacy_get() local
|
/linux/net/core/ |
H A D | net_namespace.c | 84 static int net_assign_generic(struct net *net, unsigned int id, void *data) in net_assign_generic() 121 static int ops_init(const struct pernet_operations *ops, struct net *net) in ops_init() 158 struct net *net; in ops_pre_exit_list() local 169 struct net *net; in ops_exit_list() local 183 struct net *net; in ops_free_list() local 192 static int alloc_netid(struct net *net, struct net *peer, int reqid) in alloc_netid() 210 static int net_eq_idr(int id, void *net, void *peer) in net_eq_idr() 218 static int __peernet2id(const struct net *net, struct net *peer) in __peernet2id() 236 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp) in peernet2id_alloc() 274 int peernet2id(const struct net *net, struct net *peer) in peernet2id() [all …]
|
/linux/net/sctp/ |
H A D | sm_statefuns.c | 232 enum sctp_disposition sctp_sf_do_4_C(struct net *net, in sctp_sf_do_4_C() 317 enum sctp_disposition sctp_sf_do_5_1B_init(struct net *net, in sctp_sf_do_5_1B_init() 517 enum sctp_disposition sctp_sf_do_5_1C_ack(struct net *net, in sctp_sf_do_5_1C_ack() 636 static bool sctp_auth_chunk_verify(struct net *net, struct sctp_chunk *chunk, in sctp_auth_chunk_verify() 699 enum sctp_disposition sctp_sf_do_5_1D_ce(struct net *net, in sctp_sf_do_5_1D_ce() 920 enum sctp_disposition sctp_sf_do_5_1E_ca(struct net *net, in sctp_sf_do_5_1E_ca() 1039 enum sctp_disposition sctp_sf_sendbeat_8_3(struct net *net, in sctp_sf_sendbeat_8_3() 1087 enum sctp_disposition sctp_sf_send_reconf(struct net *net, in sctp_sf_send_reconf() 1116 enum sctp_disposition sctp_sf_send_probe(struct net *net, in sctp_sf_send_probe() 1164 enum sctp_disposition sctp_sf_beat_8_3(struct net *net, in sctp_sf_beat_8_3() [all …]
|
/linux/net/ipv4/ |
H A D | fib_frontend.c | 52 static int __net_init fib4_rules_init(struct net *net) in fib4_rules_init() 76 struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table() 112 struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() 132 static void fib_replace_table(struct net *net, struct fib_table *old, in fib_replace_table() 152 int fib_unmerge(struct net *net) in fib_unmerge() 184 void fib_flush(struct net *net) in fib_flush() 206 static inline unsigned int __inet_dev_addr_type(struct net *net, in __inet_dev_addr_type() 237 unsigned int inet_addr_type_table(struct net *net, __be32 addr, u32 tb_id) in inet_addr_type_table() 243 unsigned int inet_addr_type(struct net *net, __be32 addr) in inet_addr_type() 249 unsigned int inet_dev_addr_type(struct net *net, const struct net_device *dev, in inet_dev_addr_type() [all …]
|
H A D | ipmr.c | 118 #define ipmr_for_each_table(mrt, net) \ argument 123 static bool ipmr_can_free_table(struct net *net) in ipmr_can_free_table() 128 static struct mr_table *ipmr_mr_table_iter(struct net *net, in ipmr_mr_table_iter() 145 static struct mr_table *__ipmr_get_table(struct net *net, u32 id) in __ipmr_get_table() 156 static struct mr_table *ipmr_get_table(struct net *net, u32 id) in ipmr_get_table() 166 static int ipmr_fib_lookup(struct net *net, struct flowi4 *flp4, in ipmr_fib_lookup() 254 static int __net_init ipmr_rules_init(struct net *net) in ipmr_rules_init() 288 static void __net_exit ipmr_rules_exit(struct net *net) in ipmr_rules_exit() 300 static int ipmr_rules_dump(struct net *net, struct notifier_block *nb, in ipmr_rules_dump() 306 static unsigned int ipmr_rules_seq_read(const struct net *net) in ipmr_rules_seq_read() [all …]
|
/linux/net/ipv6/ |
H A D | ip6mr.c | 106 #define ip6mr_for_each_table(mrt, net) \ argument 111 static bool ip6mr_can_free_table(struct net *net) in ip6mr_can_free_table() 116 static struct mr_table *ip6mr_mr_table_iter(struct net *net, in ip6mr_mr_table_iter() 133 static struct mr_table *__ip6mr_get_table(struct net *net, u32 id) in __ip6mr_get_table() 144 static struct mr_table *ip6mr_get_table(struct net *net, u32 id) in ip6mr_get_table() 154 static int ip6mr_fib_lookup(struct net *net, struct flowi6 *flp6, in ip6mr_fib_lookup() 242 static int __net_init ip6mr_rules_init(struct net *net) in ip6mr_rules_init() 276 static void __net_exit ip6mr_rules_exit(struct net *net) in ip6mr_rules_exit() 288 static int ip6mr_rules_dump(struct net *net, struct notifier_block *nb, in ip6mr_rules_dump() 294 static unsigned int ip6mr_rules_seq_read(const struct net *net) in ip6mr_rules_seq_read() [all …]
|
H A D | reassembly.c | 84 fq_find(struct net *net, __be32 id, const struct ipv6hdr *hdr, int iif) in fq_find() 110 struct net *net = dev_net(skb_dst(skb)->dev); in ip6_frag_queue() local 259 struct net *net = fq->q.fqdir->net; in ip6_frag_reasm() local 332 struct net *net = dev_net(skb_dst(skb)->dev); in ipv6_frag_rcv() local 453 static int __net_init ip6_frags_ns_sysctl_register(struct net *net) in ip6_frags_ns_sysctl_register() 486 static void __net_exit ip6_frags_ns_sysctl_unregister(struct net *net) in ip6_frags_ns_sysctl_unregister() 510 static int ip6_frags_ns_sysctl_register(struct net *net) in ip6_frags_ns_sysctl_register() 515 static void ip6_frags_ns_sysctl_unregister(struct net *net) in ip6_frags_ns_sysctl_unregister() 529 static int __net_init ipv6_frags_init_net(struct net *net) in ipv6_frags_init_net() 547 static void __net_exit ipv6_frags_pre_exit_net(struct net *net) in ipv6_frags_pre_exit_net() [all …]
|
H A D | addrconf_core.c | 132 static struct dst_entry *eafnosupport_ipv6_dst_lookup_flow(struct net *net, in eafnosupport_ipv6_dst_lookup_flow() 145 static struct fib6_table *eafnosupport_fib6_get_table(struct net *net, u32 id) in eafnosupport_fib6_get_table() 151 eafnosupport_fib6_table_lookup(struct net *net, struct fib6_table *table, in eafnosupport_fib6_table_lookup() 159 eafnosupport_fib6_lookup(struct net *net, int oif, struct flowi6 *fl6, in eafnosupport_fib6_lookup() 166 eafnosupport_fib6_select_path(const struct net *net, struct fib6_result *res, in eafnosupport_fib6_select_path() 180 static int eafnosupport_fib6_nh_init(struct net *net, struct fib6_nh *fib6_nh, in eafnosupport_fib6_nh_init() 188 static int eafnosupport_ip6_del_rt(struct net *net, struct fib6_info *rt, in eafnosupport_ip6_del_rt() 194 static int eafnosupport_ipv6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, in eafnosupport_ipv6_fragment() 195 int (*output)(struct net *, struct sock *, struct sk_buff *)) in eafnosupport_ipv6_fragment() 201 static struct net_device *eafnosupport_ipv6_dev_find(struct net *net, const struct in6_addr *addr, in eafnosupport_ipv6_dev_find()
|
H A D | ip6_input.c | 48 static void ip6_rcv_finish_core(struct net *net, struct sock *sk, in ip6_rcv_finish_core() 69 int ip6_rcv_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in ip6_rcv_finish() 99 static struct sk_buff *ip6_extract_route_hint(const struct net *net, in ip6_extract_route_hint() 109 static void ip6_list_rcv_finish(struct net *net, struct sock *sk, in ip6_list_rcv_finish() 149 struct net *net) in ip6_rcv_core() 304 struct net *net = dev_net(skb->dev); in ipv6_rcv() local 315 struct net *net) in ip6_sublist_rcv() 333 struct net *net = dev_net(dev); in ipv6_list_rcv() local 361 void ip6_protocol_deliver_rcu(struct net *net, struct sk_buff *skb, int nexthdr, in ip6_protocol_deliver_rcu() 477 static int ip6_input_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in ip6_input_finish()
|
/linux/kernel/bpf/ |
H A D | net_namespace.c | 22 struct net *net; member 56 static void netns_bpf_run_array_detach(struct net *net, in netns_bpf_run_array_detach() 66 static int link_index(struct net *net, enum netns_bpf_attach_type type, in link_index() 80 static int link_count(struct net *net, enum netns_bpf_attach_type type) in link_count() 90 static void fill_prog_array(struct net *net, enum netns_bpf_attach_type type, in fill_prog_array() 108 struct net *net; in bpf_netns_link_release() local 172 struct net *net; in bpf_netns_link_update_prog() local 210 struct net *net; in bpf_netns_link_fill_info() local 248 struct net *net, in __netns_bpf_prog_query() 275 struct net *net; in netns_bpf_prog_query() local [all …]
|
/linux/net/netfilter/ |
H A D | nf_synproxy_core.c | 306 static int __net_init synproxy_proc_init(struct net *net) in synproxy_proc_init() 314 static void __net_exit synproxy_proc_exit(struct net *net) in synproxy_proc_exit() 319 static int __net_init synproxy_proc_init(struct net *net) in synproxy_proc_init() 324 static void __net_exit synproxy_proc_exit(struct net *net) in synproxy_proc_exit() 330 static int __net_init synproxy_net_init(struct net *net) in synproxy_net_init() 366 static void __net_exit synproxy_net_exit(struct net *net) in synproxy_net_exit() 396 synproxy_build_ip(struct net *net, struct sk_buff *skb, __be32 saddr, in synproxy_build_ip() 418 synproxy_send_tcp(struct net *net, in synproxy_send_tcp() 447 synproxy_send_client_synack(struct net *net, in synproxy_send_client_synack() 490 synproxy_send_server_syn(struct net *net, in synproxy_send_server_syn() [all …]
|
H A D | nf_log.c | 45 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger) in nf_log_set() 63 void nf_log_unset(struct net *net, const struct nf_logger *logger) in nf_log_unset() 128 int nf_log_bind_pf(struct net *net, u_int8_t pf, in nf_log_bind_pf() 144 void nf_log_unbind_pf(struct net *net, u_int8_t pf) in nf_log_unbind_pf() 211 void nf_log_packet(struct net *net, in nf_log_packet() 240 void nf_log_trace(struct net *net, in nf_log_trace() 324 struct net *net = seq_file_net(seq); in seq_start() local 336 struct net *net = seq_file_net(s); in seq_next() local 356 struct net *net = seq_file_net(s); in seq_show() local 418 struct net *net = table->extra2; in nf_log_proc_dostring() local [all …]
|
/linux/fs/afs/ |
H A D | server.c | 24 struct afs_server *afs_find_server(struct afs_net *net, const struct rxrpc_peer *peer) in afs_find_server() 65 struct afs_server *afs_find_server_by_uuid(struct afs_net *net, const uuid_t *uuid) in afs_find_server_by_uuid() 119 struct afs_net *net = cell->net; in afs_install_server() local 202 struct afs_net *net = cell->net; in afs_alloc_server() local 322 static void afs_set_server_timer(struct afs_net *net, time64_t delay) in afs_set_server_timer() 337 struct afs_net *net = container_of(timer, struct afs_net, fs_timer); in afs_servers_timer() local 394 void afs_put_server(struct afs_net *net, struct afs_server *server, in afs_put_server() 415 void afs_unuse_server_notime(struct afs_net *net, struct afs_server *server, in afs_unuse_server_notime() 430 void afs_unuse_server(struct afs_net *net, struct afs_server *server, in afs_unuse_server() 451 static void __afs_put_server(struct afs_net *net, struct afs_server *server) in __afs_put_server() [all …]
|
H A D | cell.c | 26 static void afs_dec_cells_outstanding(struct afs_net *net) in afs_dec_cells_outstanding() 36 static void afs_set_cell_timer(struct afs_net *net, time64_t delay) in afs_set_cell_timer() 51 static struct afs_cell *afs_find_cell_locked(struct afs_net *net, in afs_find_cell_locked() 99 struct afs_cell *afs_find_cell(struct afs_net *net, in afs_find_cell() 115 static struct afs_cell *afs_alloc_cell(struct afs_net *net, in afs_alloc_cell() 236 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell() 345 int afs_cell_init(struct afs_net *net, const char *rootcell) in afs_cell_init() 504 struct afs_net *net = cell->net; in afs_cell_destroy() local 526 static void afs_queue_cell_manager(struct afs_net *net) in afs_queue_cell_manager() 542 struct afs_net *net = container_of(timer, struct afs_net, cells_timer); in afs_cells_timer() local [all …]
|
/linux/net/mptcp/ |
H A D | ctrl.c | 44 static struct mptcp_pernet *mptcp_get_pernet(const struct net *net) in mptcp_get_pernet() 49 int mptcp_is_enabled(const struct net *net) in mptcp_is_enabled() 54 unsigned int mptcp_get_add_addr_timeout(const struct net *net) in mptcp_get_add_addr_timeout() 59 int mptcp_is_checksum_enabled(const struct net *net) in mptcp_is_checksum_enabled() 64 int mptcp_allow_join_id0(const struct net *net) in mptcp_allow_join_id0() 69 unsigned int mptcp_stale_loss_cnt(const struct net *net) in mptcp_stale_loss_cnt() 81 int mptcp_get_pm_type(const struct net *net) in mptcp_get_pm_type() 86 const char *mptcp_get_scheduler(const struct net *net) in mptcp_get_scheduler() 258 static int mptcp_pernet_new_table(struct net *net, struct mptcp_pernet *pernet) in mptcp_pernet_new_table() 309 static int mptcp_pernet_new_table(struct net *net, struct mptcp_pernet *pernet) in mptcp_pernet_new_table() [all …]
|
/linux/drivers/rapidio/ |
H A D | rio-scan.c | 56 static u16 rio_destid_alloc(struct rio_net *net) in rio_destid_alloc() 82 static int rio_destid_reserve(struct rio_net *net, u16 destid) in rio_destid_reserve() 101 static void rio_destid_free(struct rio_net *net, u16 destid) in rio_destid_free() 115 static u16 rio_destid_first(struct rio_net *net) in rio_destid_first() 135 static u16 rio_destid_next(struct rio_net *net, u16 from) in rio_destid_next() 191 static int rio_clear_locks(struct rio_net *net) in rio_clear_locks() 322 static struct rio_dev *rio_setup_device(struct rio_net *net, in rio_setup_device() 526 static int rio_enum_peer(struct rio_net *net, struct rio_mport *port, in rio_enum_peer() 730 rio_disc_peer(struct rio_net *net, struct rio_mport *port, u16 destid, in rio_disc_peer() 812 static void rio_scan_release_net(struct rio_net *net) in rio_scan_release_net() [all …]
|
/linux/fs/nfsd/ |
H A D | nfssvc.c | 217 nfsd_serv_try_get(struct net * net) nfsd_serv_try_get() argument 224 nfsd_serv_put(struct net * net) nfsd_serv_put() argument 250 nfsd_nrthreads(struct net * net) nfsd_nrthreads() argument 262 nfsd_init_socks(struct net * net,const struct cred * cred) nfsd_init_socks() argument 379 nfsd_startup_net(struct net * net,const struct cred * cred) nfsd_startup_net() argument 433 nfsd_shutdown_net(struct net * net) nfsd_shutdown_net() argument 458 struct net *net = dev_net(dev); nfsd_inetaddr_event() local 488 struct net *net = dev_net(dev); nfsd_inet6addr_event() local 522 nfsd_destroy_serv(struct net * net) nfsd_destroy_serv() argument 620 nfsd_shutdown_threads(struct net * net) nfsd_shutdown_threads() argument 645 nfsd_create_serv(struct net * net) nfsd_create_serv() argument 693 nfsd_nrpools(struct net * net) nfsd_nrpools() argument 703 nfsd_get_nrthreads(int n,int * nthreads,struct net * net) nfsd_get_nrthreads() argument 728 nfsd_set_nrthreads(int n,int * nthreads,struct net * net) nfsd_set_nrthreads() argument 802 nfsd_svc(int n,int * nthreads,struct net * net,const struct cred * cred,const char * scope) nfsd_svc() argument 844 nfsd_acl_rpcbind_set(struct net * net,const struct svc_program * progp,u32 version,int family,unsigned short proto,unsigned short port) nfsd_acl_rpcbind_set() argument 890 nfsd_rpcbind_set(struct net * net,const struct svc_program * progp,u32 version,int family,unsigned short proto,unsigned short port) nfsd_rpcbind_set() argument 938 struct net *net = perm_sock->xpt_net; nfsd() local [all...] |
/linux/net/smc/ |
H A D | smc_pnet.c | 101 static int smc_pnet_remove_by_pnetid(struct net *net, char *pnet_name) in smc_pnet_remove_by_pnetid() 189 struct net *net = dev_net(ndev); in smc_pnet_add_by_ndev() local 221 struct net *net = dev_net(ndev); in smc_pnet_remove_by_ndev() local 345 static int smc_pnet_add_eth(struct smc_pnettable *pnettable, struct net *net, in smc_pnet_add_eth() 477 static int smc_pnet_enter(struct net *net, struct nlattr *tb[]) in smc_pnet_enter() 562 struct net *net = genl_info_net(info); in smc_pnet_add() local 569 struct net *net = genl_info_net(info); in smc_pnet_del() local 601 static int _smc_pnet_dump(struct net *net, struct sk_buff *skb, u32 portid, in _smc_pnet_dump() 635 struct net *net = sock_net(skb->sk); in smc_pnet_dump() local 648 struct net *net = genl_info_net(info); in smc_pnet_get() local [all …]
|
/linux/fs/nfs_common/ |
H A D | grace.c | 30 locks_start_grace(struct net *net, struct lock_manager *lm) in locks_start_grace() 64 __state_in_grace(struct net *net, bool open) in __state_in_grace() 91 bool locks_in_grace(struct net *net) in locks_in_grace() 97 bool opens_in_grace(struct net *net) in opens_in_grace() 104 grace_init_net(struct net *net) in grace_init_net() 113 grace_exit_net(struct net *net) in grace_exit_net()
|
/linux/net/xfrm/ |
H A D | xfrm_policy.c | 121 possible_net_t net; member 298 struct net *net = xs_net(x); in xfrm_dst_lookup() local 428 struct xfrm_policy *xfrm_policy_alloc(struct net *net, gfp_t gfp) in xfrm_policy_alloc() 479 struct net *net = xp_net(policy); in xfrm_policy_kill() local 509 static inline unsigned int idx_hash(struct net *net, u32 index) in idx_hash() 515 static void __get_hash_thresh(struct net *net, in __get_hash_thresh() 536 static struct hlist_head *policy_hash_bysel(struct net *net, in policy_hash_bysel() 555 static struct hlist_head *policy_hash_direct(struct net *net, in policy_hash_direct() 572 static void xfrm_dst_hash_transfer(struct net *net, in xfrm_dst_hash_transfer() 629 static void xfrm_bydst_resize(struct net *net, int dir) in xfrm_bydst_resize() [all …]
|
/linux/net/mctp/ |
H A D | route.c | 41 static struct mctp_sock *mctp_lookup_bind(struct net *net, struct sk_buff *skb) in mctp_lookup_bind() 110 static bool mctp_key_match(struct mctp_sk_key *key, unsigned int net, in mctp_key_match() 131 static struct mctp_sk_key *mctp_lookup_key(struct net *net, struct sk_buff *skb, in mctp_lookup_key() 171 unsigned int net, in mctp_key_alloc() 214 struct net *net = sock_net(&msk->sk); in mctp_key_add() local 259 static void __mctp_key_done_in(struct mctp_sk_key *key, struct net *net, in __mctp_key_done_in() 372 struct net *net = dev_net(skb->dev); in mctp_route_input() local 634 unsigned int mctp_default_net(struct net *net) in mctp_default_net() 639 int mctp_default_net_set(struct net *net, unsigned int index) in mctp_default_net_set() 648 static void mctp_reserve_tag(struct net *net, struct mctp_sk_key *key, in mctp_reserve_tag() [all …]
|