Home
last modified time | relevance | path

Searched defs:net (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/linux/include/net/
H A Dnet_namespace.h62 struct net { struct
66 refcount_t passive; /* To decide when the network argument
77 struct list_head list; /* list of network namespaces */ argument
78 struct list_head exit_list; /* To linked to call pernet exit argument
79 * methods on dead net ( argument
95 struct idr netns_ids; argument
100 * refcounted against netns argument
103 struct proc_dir_entry *proc_net; argument
104 struct proc_dir_entry *proc_net_stat; argument
110 struct sock *rtnl; /* rtnetlink socket */ argument
[all …]
/linux/include/linux/
H A Drtnetlink.h14 static inline int rtnetlink_maybe_send(struct sk_buff *skb, struct net *net, in rtnetlink_maybe_send()
111 #define ASSERT_RTNL_NET(net) \ argument
118 #define rcu_dereference_rtnl_net(net, p) \ argument
120 #define rtnl_net_dereference(net, p) \ argument
122 #define rcu_replace_pointer_rtnl_net(net, rp, p) \ argument
125 static inline void __rtnl_net_lock(struct net *net) {} in __rtnl_net_lock()
126 static inline void __rtnl_net_unlock(struct net *net) {} in __rtnl_net_unlock()
128 static inline void rtnl_net_lock(struct net *net) in rtnl_net_lock()
133 static inline void rtnl_net_unlock(struct net *net) in rtnl_net_unlock()
138 static inline int rtnl_net_trylock(struct net *net) in rtnl_net_trylock()
[all …]
/linux/net/tipc/
H A Dbcast.c77 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 Dbearer.c62 static struct tipc_bearer *bearer_get(struct net *net, int bearer_id) in bearer_get() argument
181 struct tipc_bearer *tipc_bearer_find(struct net *ne argument
200 tipc_bearer_get_name(struct net * net,char * name,u32 bearer_id) tipc_bearer_get_name() argument
216 tipc_bearer_add_dest(struct net * net,u32 bearer_id,u32 dest) tipc_bearer_add_dest() argument
227 tipc_bearer_remove_dest(struct net * net,u32 bearer_id,u32 dest) tipc_bearer_remove_dest() argument
247 tipc_enable_bearer(struct net * net,const char * name,u32 disc_domain,u32 prio,struct nlattr * attr[],struct netlink_ext_ack * extack) tipc_enable_bearer() argument
381 tipc_reset_bearer(struct net * net,struct tipc_bearer * b) tipc_reset_bearer() argument
407 bearer_disable(struct net * net,struct tipc_bearer * b) bearer_disable() argument
424 tipc_enable_l2_media(struct net * net,struct tipc_bearer * b,struct nlattr * attr[]) tipc_enable_l2_media() argument
496 tipc_l2_send_msg(struct net * net,struct sk_buff * skb,struct tipc_bearer * b,struct tipc_media_addr * dest) tipc_l2_send_msg() argument
520 tipc_bearer_bcast_support(struct net * net,u32 bearer_id) tipc_bearer_bcast_support() argument
533 tipc_bearer_mtu(struct net * net,u32 bearer_id) tipc_bearer_mtu() argument
546 tipc_bearer_min_mtu(struct net * net,u32 bearer_id) tipc_bearer_min_mtu() argument
561 tipc_bearer_xmit_skb(struct net * net,u32 bearer_id,struct sk_buff * skb,struct tipc_media_addr * dest) tipc_bearer_xmit_skb() argument
584 tipc_bearer_xmit(struct net * net,u32 bearer_id,struct sk_buff_head * xmitq,struct tipc_media_addr * dst,struct tipc_node * __dnode) tipc_bearer_xmit() argument
616 tipc_bearer_bc_xmit(struct net * net,u32 bearer_id,struct sk_buff_head * xmitq) tipc_bearer_bc_xmit() argument
690 struct net *net = dev_net(dev); tipc_l2_device_event() local
748 tipc_bearer_stop(struct net * net) tipc_bearer_stop() argument
763 tipc_clone_to_loopback(struct net * net,struct sk_buff_head * pkts) tipc_clone_to_loopback() argument
798 tipc_attach_loopback(struct net * net) tipc_attach_loopback() argument
814 tipc_detach_loopback(struct net * net) tipc_detach_loopback() argument
885 struct net *net = sock_net(skb->sk); tipc_nl_bearer_dump() local
919 struct net *net = genl_info_net(info); tipc_nl_bearer_get() local
969 struct net *net = sock_net(skb->sk); __tipc_nl_bearer_disable() local
1012 struct net *net = sock_net(skb->sk); __tipc_nl_bearer_enable() local
1068 struct net *net = sock_net(skb->sk); tipc_nl_bearer_add() local
1113 struct net *net = sock_net(skb->sk); __tipc_nl_bearer_set() local
[all...]
H A Dnet.c111 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()
153 void tipc_net_stop(struct net *net) in tipc_net_stop()
166 static int __tipc_nl_add_net(struct net *net, struct tipc_nl_msg *msg) in __tipc_nl_add_net()
204 struct net *net = sock_net(skb->sk); in tipc_nl_net_dump() local
230 struct net *net = sock_net(skb->sk); in __tipc_nl_net_set() local
293 static int __tipc_nl_addr_legacy_get(struct net *net, struct tipc_nl_msg *msg) in __tipc_nl_addr_legacy_get()
327 struct net *net = sock_net(skb->sk); in tipc_nl_net_addr_legacy_get() local
H A Dname_distr.c67 static struct sk_buff *named_prepare_buf(struct net *net, u32 type, u32 size, in named_prepare_buf() argument
88 struct sk_buff *tipc_named_publish(struct net *net, struct publication *p) in tipc_named_publish() argument
118 tipc_named_withdraw(struct net * net,struct publication * p) tipc_named_withdraw() argument
150 named_distribute(struct net * net,struct sk_buff_head * list,u32 dnode,struct list_head * pls,u16 seqno) named_distribute() argument
206 tipc_named_node_up(struct net * net,u32 dnode,u16 capabilities) tipc_named_node_up() argument
235 tipc_publ_purge(struct net * net,struct publication * p,u32 addr) tipc_publ_purge() argument
252 tipc_publ_notify(struct net * net,struct list_head * nsub_list,u32 addr,u16 capabilities) tipc_publ_notify() argument
279 tipc_update_nametbl(struct net * net,struct distr_item * i,u32 node,u32 dtype) tipc_update_nametbl() argument
364 tipc_named_rcv(struct net * net,struct sk_buff_head * namedq,u16 * rcv_nxt,bool * open) tipc_named_rcv() argument
396 tipc_named_reinit(struct net * net) tipc_named_reinit() argument
[all...]
/linux/net/core/
H A Dnet_namespace.c83 static int net_assign_generic(struct net *net, unsigned int id, void *data) in net_assign_generic()
120 static int ops_init(const struct pernet_operations *ops, struct net *net) in ops_init()
157 struct net *net; in ops_pre_exit_list() local
171 struct net *net; in ops_exit_rtnl_list() local
196 struct net *net; in ops_exit_list() local
211 struct net *net; in ops_free_list() local
270 static int alloc_netid(struct net *net, struct net *peer, int reqid) in alloc_netid()
288 static int net_eq_idr(int id, void *net, void *peer) in net_eq_idr()
296 static int __peernet2id(const struct net *net, struct net *peer) in __peernet2id()
314 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp) in peernet2id_alloc()
[all …]
/linux/net/sctp/
H A Dsm_statefuns.c233 sctp_sf_do_4_C(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_4_C() argument
318 sctp_sf_do_5_1B_init(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_1B_init() argument
518 sctp_sf_do_5_1C_ack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_1C_ack() argument
637 sctp_auth_chunk_verify(struct net * net,struct sctp_chunk * chunk,const struct sctp_association * asoc) sctp_auth_chunk_verify() argument
700 sctp_sf_do_5_1D_ce(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_1D_ce() argument
922 sctp_sf_do_5_1E_ca(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_1E_ca() argument
1041 sctp_sf_sendbeat_8_3(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_sendbeat_8_3() argument
1089 sctp_sf_send_reconf(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_send_reconf() argument
1118 sctp_sf_send_probe(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_send_probe() argument
1166 sctp_sf_beat_8_3(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_beat_8_3() argument
1240 sctp_sf_backbeat_8_3(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_backbeat_8_3() argument
1326 sctp_sf_send_restart_abort(struct net * net,union sctp_addr * ssa,struct sctp_chunk * init,struct sctp_cmd_seq * commands) sctp_sf_send_restart_abort() argument
1395 struct net *net = new_asoc->base.net; sctp_sf_check_restart_addrs() local
1514 sctp_sf_do_unexpected_init(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_unexpected_init() argument
1739 sctp_sf_do_5_2_1_siminit(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_2_1_siminit() argument
1794 sctp_sf_do_5_2_2_dupinit(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_2_2_dupinit() argument
1818 sctp_sf_do_5_2_3_initack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_2_3_initack() argument
1838 struct net *net = asoc->base.net; sctp_sf_do_assoc_update() local
1864 sctp_sf_do_dupcook_a(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,struct sctp_chunk * chunk,struct sctp_cmd_seq * commands,struct sctp_association * new_asoc) sctp_sf_do_dupcook_a() argument
1987 sctp_sf_do_dupcook_b(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,struct sctp_chunk * chunk,struct sctp_cmd_seq * commands,struct sctp_association * new_asoc) sctp_sf_do_dupcook_b() argument
2071 sctp_sf_do_dupcook_c(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,struct sctp_chunk * chunk,struct sctp_cmd_seq * commands,struct sctp_association * new_asoc) sctp_sf_do_dupcook_c() argument
2094 sctp_sf_do_dupcook_d(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,struct sctp_chunk * chunk,struct sctp_cmd_seq * commands,struct sctp_association * new_asoc) sctp_sf_do_dupcook_d() argument
2206 sctp_sf_do_5_2_4_dupcook(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_2_4_dupcook() argument
2343 sctp_sf_shutdown_pending_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_pending_abort() argument
2389 sctp_sf_shutdown_sent_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_sent_abort() argument
2443 sctp_sf_shutdown_ack_sent_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_ack_sent_abort() argument
2471 sctp_sf_cookie_echoed_err(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_echoed_err() argument
2536 sctp_sf_do_5_2_6_stale(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_2_6_stale() argument
2655 sctp_sf_do_9_1_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_1_abort() argument
2696 __sctp_sf_do_9_1_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) __sctp_sf_do_9_1_abort() argument
2727 sctp_sf_cookie_wait_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_wait_abort() argument
2767 sctp_sf_cookie_wait_icmp_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_wait_icmp_abort() argument
2783 sctp_sf_cookie_echoed_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_echoed_abort() argument
2802 sctp_stop_t1_and_abort(struct net * net,struct sctp_cmd_seq * commands,__be16 error,int sk_err,const struct sctp_association * asoc,struct sctp_transport * transport) sctp_stop_t1_and_abort() argument
2857 sctp_sf_do_9_2_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_shutdown() argument
2947 sctp_sf_do_9_2_shut_ctsn(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_shut_ctsn() argument
3001 __sctp_sf_do_9_2_reshutack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) __sctp_sf_do_9_2_reshutack() argument
3039 sctp_sf_do_9_2_reshutack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_reshutack() argument
3083 sctp_sf_do_ecn_cwr(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_ecn_cwr() argument
3139 sctp_sf_do_ecne(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_ecne() argument
3195 sctp_sf_eat_data_6_2(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_data_6_2() argument
3316 sctp_sf_eat_data_fast_4_4(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_data_fast_4_4() argument
3407 sctp_sf_eat_sack_6_2(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_sack_6_2() argument
3484 sctp_sf_tabort_8_4_8(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_tabort_8_4_8() argument
3531 sctp_sf_new_encap_port(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_new_encap_port() argument
3573 sctp_sf_operr_notify(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_operr_notify() argument
3611 sctp_sf_do_9_2_final(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_final() argument
3694 sctp_sf_ootb(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_ootb() argument
3790 sctp_sf_shut_8_4_5(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shut_8_4_5() argument
3846 sctp_sf_do_8_5_1_E_sa(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_8_5_1_E_sa() argument
3874 sctp_sf_do_asconf(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_asconf() argument
3988 sctp_send_next_asconf(struct net * net,const struct sctp_endpoint * ep,struct sctp_association * asoc,const union sctp_subtype type,struct sctp_cmd_seq * commands) sctp_send_next_asconf() argument
4015 sctp_sf_do_asconf_ack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_asconf_ack() argument
4130 sctp_sf_do_reconf(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_reconf() argument
4207 sctp_sf_eat_fwd_tsn(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_fwd_tsn() argument
4274 sctp_sf_eat_fwd_tsn_fast(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_fwd_tsn_fast() argument
4436 sctp_sf_eat_auth(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_auth() argument
4532 sctp_sf_unk_chunk(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_unk_chunk() argument
4612 sctp_sf_discard_chunk(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_discard_chunk() argument
4655 sctp_sf_pdiscard(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_pdiscard() argument
4682 sctp_sf_violation(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_violation() argument
4706 sctp_sf_abort_violation(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,void * arg,struct sctp_cmd_seq * commands,const __u8 * payload,const size_t paylen) sctp_sf_abort_violation() argument
4823 sctp_sf_violation_chunklen(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_violation_chunklen() argument
4843 sctp_sf_violation_paramlen(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,void * ext,struct sctp_cmd_seq * commands) sctp_sf_violation_paramlen() argument
4886 sctp_sf_violation_ctsn(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_violation_ctsn() argument
4906 sctp_sf_violation_chunk(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_violation_chunk() argument
4978 sctp_sf_do_prm_asoc(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_prm_asoc() argument
5090 sctp_sf_do_prm_send(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_prm_send() argument
5130 sctp_sf_do_9_2_prm_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_prm_shutdown() argument
5187 sctp_sf_do_9_1_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_1_prm_abort() argument
5224 sctp_sf_error_closed(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_error_closed() argument
5239 sctp_sf_error_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_error_shutdown() argument
5266 sctp_sf_cookie_wait_prm_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_wait_prm_shutdown() argument
5301 sctp_sf_cookie_echoed_prm_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_echoed_prm_shutdown() argument
5329 sctp_sf_cookie_wait_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_wait_prm_abort() argument
5378 sctp_sf_cookie_echoed_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_echoed_prm_abort() argument
5404 sctp_sf_shutdown_pending_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_pending_prm_abort() argument
5431 sctp_sf_shutdown_sent_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_sent_prm_abort() argument
5462 sctp_sf_shutdown_ack_sent_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_ack_sent_prm_abort() argument
5498 sctp_sf_do_prm_requestheartbeat(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_prm_requestheartbeat() argument
5530 sctp_sf_do_prm_asconf(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_prm_asconf() argument
5547 sctp_sf_do_prm_reconf(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_prm_reconf() argument
5566 sctp_sf_ignore_primitive(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_ignore_primitive() argument
5590 sctp_sf_do_no_pending_tsn(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_no_pending_tsn() argument
5622 sctp_sf_do_9_2_start_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_start_shutdown() argument
5692 sctp_sf_do_9_2_shutdown_ack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_shutdown_ack() argument
5765 sctp_sf_ignore_other(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_ignore_other() argument
5793 sctp_sf_do_6_3_3_rtx(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_6_3_3_rtx() argument
5881 sctp_sf_do_6_2_sack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_6_2_sack() argument
5913 sctp_sf_t1_init_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_t1_init_timer_expire() argument
5978 sctp_sf_t1_cookie_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_t1_cookie_timer_expire() argument
6029 sctp_sf_t2_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_t2_timer_expire() argument
6100 sctp_sf_t4_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_t4_timer_expire() argument
6172 sctp_sf_t5_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_t5_timer_expire() argument
6209 sctp_sf_autoclose_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_autoclose_timer_expire() argument
6252 sctp_sf_not_impl(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_not_impl() argument
6269 sctp_sf_bug(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_bug() argument
6289 sctp_sf_timer_ignore(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_timer_ignore() argument
6334 sctp_abort_pkt_new(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,struct sctp_chunk * chunk,const void * payload,size_t paylen) sctp_abort_pkt_new() argument
6376 sctp_ootb_pkt_new(struct net * net,const struct sctp_association * asoc,const struct sctp_chunk * chunk) sctp_ootb_pkt_new() argument
6459 sctp_send_stale_cookie_err(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const struct sctp_chunk * chunk,struct sctp_cmd_seq * commands,struct sctp_chunk * err_chunk) sctp_send_stale_cookie_err() argument
6496 struct net *net = sock_net(sk); sctp_eat_data() local
[all...]
/linux/kernel/bpf/
H A Dnet_namespace.c20 struct net *net; member
55 static void netns_bpf_run_array_detach(struct net *net, in netns_bpf_run_array_detach()
65 static int link_index(struct net *net, enum netns_bpf_attach_type type, in link_index()
79 static int link_count(struct net *net, enum netns_bpf_attach_type type) in link_count()
89 static void fill_prog_array(struct net *net, enum netns_bpf_attach_type type, in fill_prog_array()
107 struct net *net; in bpf_netns_link_release() local
171 struct net *net; in bpf_netns_link_update_prog() local
209 struct net *net; in bpf_netns_link_fill_info() local
247 struct net *net, in __netns_bpf_prog_query()
274 struct net *net; in netns_bpf_prog_query() local
[all …]
/linux/net/netfilter/
H A Dnf_log.c45 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()
154 int nf_log_bind_pf(struct net *net, u_int8_t pf, in nf_log_bind_pf()
170 void nf_log_unbind_pf(struct net *net, u_int8_t pf) in nf_log_unbind_pf()
237 void nf_log_packet(struct net *net, in nf_log_packet()
266 void nf_log_trace(struct net *net, in nf_log_trace()
350 struct net *net = seq_file_net(seq); in seq_start() local
362 struct net *net = seq_file_net(s); in seq_next() local
382 struct net *net = seq_file_net(s); in seq_show() local
444 struct net *net = table->extra2; in nf_log_proc_dostring() local
[all …]
H A Dnf_conntrack_ecache.c41 struct nf_conntrack_net_ecache *nf_conn_pernet_ecache(const struct net *net) in nf_conn_pernet_ecache()
132 struct net *net = nf_ct_net(item->ct); in __nf_conntrack_eventmask_report() local
246 struct net *net = nf_ct_exp_net(exp); in nf_ct_expect_event_report() local
273 void nf_conntrack_register_notifier(struct net *net, in nf_conntrack_register_notifier()
287 void nf_conntrack_unregister_notifier(struct net *net) in nf_conntrack_unregister_notifier()
296 void nf_conntrack_ecache_work(struct net *net, enum nf_ct_ecache_state state) in nf_conntrack_ecache_work()
326 struct net *net = nf_ct_net(ct); in nf_ct_ecache_ext_add() local
365 void nf_conntrack_ecache_pernet_init(struct net *net) in nf_conntrack_ecache_pernet_init()
378 void nf_conntrack_ecache_pernet_fini(struct net *net) in nf_conntrack_ecache_pernet_fini()
/linux/net/ipv6/
H A Dip6_input.c51 struct net *net = dev_net_rcu(skb->dev); in tcp_v6_early_demux() local
88 static void ip6_rcv_finish_core(struct net *net, struct sock *sk, in ip6_rcv_finish_core()
109 int ip6_rcv_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in ip6_rcv_finish()
139 static struct sk_buff *ip6_extract_route_hint(const struct net *net, in ip6_extract_route_hint()
149 static void ip6_list_rcv_finish(struct net *net, struct sock *sk, in ip6_list_rcv_finish()
189 struct net *net) in ip6_rcv_core()
346 struct net *net = dev_net(skb->dev); in ipv6_rcv() local
357 struct net *net) in ip6_sublist_rcv()
375 struct net *net = dev_net(dev); in ipv6_list_rcv() local
403 void ip6_protocol_deliver_rcu(struct net *net, struct sk_buff *skb, int nexthdr, in ip6_protocol_deliver_rcu()
[all …]
H A Dxfrm6_tunnel.c35 static inline struct xfrm6_tunnel_net *xfrm6_tunnel_pernet(struct net *net) in xfrm6_tunnel_pernet()
74 static struct xfrm6_tunnel_spi *__xfrm6_tunnel_spi_lookup(struct net *net, const xfrm_address_t *sa… in __xfrm6_tunnel_spi_lookup()
89 __be32 xfrm6_tunnel_spi_lookup(struct net *net, const xfrm_address_t *saddr) in xfrm6_tunnel_spi_lookup()
102 static int __xfrm6_tunnel_spi_check(struct net *net, u32 spi) in __xfrm6_tunnel_spi_check()
117 static u32 __xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr) in __xfrm6_tunnel_alloc_spi()
163 __be32 xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr) in xfrm6_tunnel_alloc_spi()
187 static void xfrm6_tunnel_free_spi(struct net *net, xfrm_address_t *saddr) in xfrm6_tunnel_free_spi()
224 struct net *net = dev_net(skb->dev); in xfrm6_tunnel_rcv() local
292 struct net *net = xs_net(x); in xfrm6_tunnel_destroy() local
318 static int __net_init xfrm6_tunnel_net_init(struct net *net) in xfrm6_tunnel_net_init()
[all …]
/linux/net/mctp/
H A Droute.c43 static struct mctp_sock *mctp_lookup_bind_details(struct net *net, in mctp_lookup_bind_details()
81 static struct mctp_sock *mctp_lookup_bind(struct net *net, struct sk_buff *skb) in mctp_lookup_bind()
163 static bool mctp_key_match(struct mctp_sk_key *key, unsigned int net, in mctp_key_match()
184 static struct mctp_sk_key *mctp_lookup_key(struct net *net, struct sk_buff *skb, in mctp_lookup_key()
224 unsigned int net, in mctp_key_alloc()
267 struct net *net = sock_net(&msk->sk); in mctp_key_add() local
312 static void __mctp_key_done_in(struct mctp_sk_key *key, struct net *net, in __mctp_key_done_in()
437 struct net *net = dev_net(skb->dev); in mctp_dst_input() local
694 unsigned int mctp_default_net(struct net *net) in mctp_default_net()
699 int mctp_default_net_set(struct net *net, unsigned int index) in mctp_default_net_set()
[all …]
H A Dneigh.c28 struct net *net = dev_net(mdev->dev); in mctp_neigh_add() local
73 struct net *net = dev_net(mdev->dev); in mctp_neigh_remove_dev() local
91 struct net *net = dev_net(mdev->dev); in mctp_neigh_remove() local
118 struct net *net = sock_net(skb->sk); in mctp_rtm_newneigh() local
176 struct net *net = sock_net(skb->sk); in mctp_rtm_delneigh() local
246 struct net *net = sock_net(skb->sk); in mctp_rtm_getneigh() local
285 struct net *net = dev_net(mdev->dev); in mctp_neigh_lookup() local
304 static int __net_init mctp_neigh_net_init(struct net *net) in mctp_neigh_net_init()
313 static void __net_exit mctp_neigh_net_exit(struct net *net) in mctp_neigh_net_exit()
/linux/fs/nfs_common/
H A Dgrace.c30 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/smc/
H A Dsmc_pnet.c101 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
348 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/drivers/usb/gadget/function/
H A Du_ether.c62 struct net_device *net; member
110 static void eth_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *p) in eth_get_drvinfo()
458 struct net_device *net) in eth_start_xmit()
617 static int eth_open(struct net_device *net) in eth_open()
635 static int eth_stop(struct net_device *net) in eth_stop()
747 struct net_device *net; in gether_setup_name() local
819 struct net_device *net; in gether_setup_name_default() local
860 int gether_register_netdev(struct net_device *net) in gether_register_netdev()
892 void gether_set_gadget(struct net_device *net, struct usb_gadget *g) in gether_set_gadget()
902 int gether_attach_gadget(struct net_device *net, struct usb_gadget *g) in gether_attach_gadget()
[all …]
/linux/net/bridge/
H A Dbr_netfilter_hooks.c92 static inline bool is_vlan_ip(const struct sk_buff *skb, const struct net *net) in is_vlan_ip()
100 const struct net *net) in is_vlan_ipv6()
108 static inline bool is_vlan_arp(const struct sk_buff *skb, const struct net *net) in is_vlan_arp()
121 static inline bool is_pppoe_ip(const struct sk_buff *skb, const struct net *net) in is_pppoe_ip()
130 const struct net *net) in is_pppoe_ipv6()
206 static int br_validate_ipv4(struct net *net, struct sk_buff *skb) in br_validate_ipv4()
276 int br_nf_pre_routing_finish_bridge(struct net *net, struct sock *sk, struct sk_buff *skb) in br_nf_pre_routing_finish_bridge()
376 static int br_nf_pre_routing_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in br_nf_pre_routing_finish()
437 const struct net *net) in brnf_get_logical_dev()
454 struct net_device *setup_pre_routing(struct sk_buff *skb, const struct net *net) in setup_pre_routing()
[all …]
/linux/fs/nfsd/
H A Dnfssvc.c207 bool nfsd_net_try_get(struct net *net) __must_hold(rcu) in nfsd_net_try_get()
214 void nfsd_net_put(struct net *net) __must_hold(rcu) in nfsd_net_put()
240 int nfsd_nrthreads(struct net *net) in nfsd_nrthreads()
349 static int nfsd_startup_net(struct net *net, const struct cred *cred) in nfsd_startup_net()
406 static void nfsd_shutdown_net(struct net *net) in nfsd_shutdown_net()
438 struct net *net = dev_net(dev); in nfsd_inetaddr_event() local
468 struct net *net = dev_net(dev); in nfsd_inet6addr_event() local
502 void nfsd_destroy_serv(struct net *net) in nfsd_destroy_serv()
571 void nfsd_shutdown_threads(struct net *net) in nfsd_shutdown_threads()
596 int nfsd_create_serv(struct net *net) in nfsd_create_serv()
[all …]
/linux/net/xfrm/
H A Dxfrm_policy.c121 possible_net_t net; global() member
298 struct net *net = xs_net(x); xfrm_dst_lookup() local
428 xfrm_policy_alloc(struct net * net,gfp_t gfp) xfrm_policy_alloc() argument
479 struct net *net = xp_net(policy); xfrm_policy_kill() local
509 idx_hash(struct net * net,u32 index) idx_hash() argument
515 __get_hash_thresh(struct net * net,unsigned short family,int dir,u8 * dbits,u8 * sbits) __get_hash_thresh() argument
536 policy_hash_bysel(struct net * net,const struct xfrm_selector * sel,unsigned short family,int dir) policy_hash_bysel() argument
555 policy_hash_direct(struct net * net,const xfrm_address_t * daddr,const xfrm_address_t * saddr,unsigned short family,int dir) policy_hash_direct() argument
572 xfrm_dst_hash_transfer(struct net * net,struct hlist_head * list,struct hlist_head * ndsttable,unsigned int nhashmask,int dir) xfrm_dst_hash_transfer() argument
629 xfrm_bydst_resize(struct net * net,int dir) xfrm_bydst_resize() argument
661 xfrm_byidx_resize(struct net * net) xfrm_byidx_resize() argument
686 xfrm_bydst_should_resize(struct net * net,int dir,int * total) xfrm_bydst_should_resize() argument
701 xfrm_byidx_should_resize(struct net * net,int total) xfrm_byidx_should_resize() argument
712 xfrm_spd_getinfo(struct net * net,struct xfrmk_spdinfo * si) xfrm_spd_getinfo() argument
728 struct net *net = container_of(work, struct net, xfrm.policy_hash_work); xfrm_hash_resize() local
758 struct net *net = xp_net(pol); xfrm_policy_inexact_alloc_bin() local
892 xfrm_policy_inexact_list_reinsert(struct net * net,struct xfrm_pol_inexact_node * n,u16 family) xfrm_policy_inexact_list_reinsert() argument
955 xfrm_policy_inexact_node_reinsert(struct net * net,struct xfrm_pol_inexact_node * n,struct rb_root * new,u16 family) xfrm_policy_inexact_node_reinsert() argument
1013 xfrm_policy_inexact_node_merge(struct net * net,struct xfrm_pol_inexact_node * v,struct xfrm_pol_inexact_node * n,u16 family) xfrm_policy_inexact_node_merge() argument
1042 xfrm_policy_inexact_insert_node(struct net * net,struct rb_root * root,xfrm_address_t * addr,u16 family,u8 prefixlen,u8 dir) xfrm_policy_inexact_insert_node() argument
1161 struct net *net = read_pnet(&b->k.net); xfrm_policy_inexact_prune_bin() local
1168 __xfrm_policy_inexact_flush(struct net * net) __xfrm_policy_inexact_flush() argument
1183 struct net *net; xfrm_policy_inexact_alloc_chain() local
1244 struct net *net; xfrm_policy_inexact_insert() local
1284 struct net *net = container_of(work, struct net, xfrm_hash_rebuild() local
1405 xfrm_policy_hash_rebuild(struct net * net) xfrm_policy_hash_rebuild() argument
1413 xfrm_gen_index(struct net * net,int dir,u32 index) xfrm_gen_index() argument
1580 struct net *net = xp_net(policy); xfrm_policy_insert() local
1651 xfrm_policy_bysel_ctx(struct net * net,const struct xfrm_mark * mark,u32 if_id,u8 type,int dir,struct xfrm_selector * sel,struct xfrm_sec_ctx * ctx,int delete,int * err) xfrm_policy_bysel_ctx() argument
1721 xfrm_policy_byid(struct net * net,const struct xfrm_mark * mark,u32 if_id,u8 type,int dir,u32 id,int delete,int * err) xfrm_policy_byid() argument
1762 xfrm_policy_flush_secctx_check(struct net * net,u8 type,bool task_valid) xfrm_policy_flush_secctx_check() argument
1782 xfrm_dev_policy_flush_secctx_check(struct net * net,struct net_device * dev,bool task_valid) xfrm_dev_policy_flush_secctx_check() argument
1805 xfrm_policy_flush_secctx_check(struct net * net,u8 type,bool task_valid) xfrm_policy_flush_secctx_check() argument
1810 xfrm_dev_policy_flush_secctx_check(struct net * net,struct net_device * dev,bool task_valid) xfrm_dev_policy_flush_secctx_check() argument
1818 xfrm_policy_flush(struct net * net,u8 type,bool task_valid) xfrm_policy_flush() argument
1857 xfrm_dev_policy_flush(struct net * net,struct net_device * dev,bool task_valid) xfrm_dev_policy_flush() argument
1897 xfrm_policy_walk(struct net * net,struct xfrm_policy_walk * walk,int (* func)(struct xfrm_policy *,int,int,void *),void * data) xfrm_policy_walk() argument
1954 xfrm_policy_walk_done(struct xfrm_policy_walk * walk,struct net * net) xfrm_policy_walk_done() argument
2062 xfrm_policy_inexact_lookup_rcu(struct net * net,u8 type,u16 family,u8 dir,u32 if_id) xfrm_policy_inexact_lookup_rcu() argument
2079 xfrm_policy_inexact_lookup(struct net * net,u8 type,u16 family,u8 dir,u32 if_id) xfrm_policy_inexact_lookup() argument
2156 xfrm_policy_lookup_bytype(struct net * net,u8 type,const struct flowi * fl,u16 family,u8 dir,u32 if_id) xfrm_policy_lookup_bytype() argument
2224 xfrm_policy_lookup(struct net * net,const struct flowi * fl,u16 family,u8 dir,u32 if_id) xfrm_policy_lookup() argument
2283 xfrm_gen_pos_slow(struct net * net) xfrm_gen_pos_slow() argument
2297 xfrm_gen_pos(struct net * net) xfrm_gen_pos() argument
2319 struct net *net = xp_net(pol); __xfrm_policy_link() local
2337 struct net *net = xp_net(pol); __xfrm_policy_unlink() local
2366 struct net *net = xp_net(pol); xfrm_policy_delete() local
2381 struct net *net = sock_net(sk); xfrm_sk_policy_insert() local
2418 struct net *net = xp_net(old); clone_policy() local
2489 struct net *net = xp_net(policy); xfrm_tmpl_resolve_one() local
2602 xfrm_alloc_dst(struct net * net,int family) xfrm_alloc_dst() argument
2675 struct net *net = xp_net(policy); xfrm_bundle_create() local
2863 struct net *net = xp_net(pols[0]); xfrm_resolve_and_create_bundle() local
2902 struct net *net = xp_net(pol); xfrm_policy_queue_process() local
2983 xdst_queue_output(struct net * net,struct sock * sk,struct sk_buff * skb) xdst_queue_output() argument
3025 xfrm_create_dummy_bundle(struct net * net,struct xfrm_flo * xflo,const struct flowi * fl,int num_xfrms,u16 family) xfrm_create_dummy_bundle() argument
3084 xfrm_bundle_lookup(struct net * net,const struct flowi * fl,u16 family,u8 dir,struct xfrm_flo * xflo,u32 if_id) xfrm_bundle_lookup() argument
3147 make_blackhole(struct net * net,u16 family,struct dst_entry * dst_orig) make_blackhole() argument
3172 xfrm_lookup_with_ifid(struct net * net,struct dst_entry * dst_orig,const struct flowi * fl,const struct sock * sk,int flags,u32 if_id) xfrm_lookup_with_ifid() argument
3332 xfrm_lookup(struct net * net,struct dst_entry * dst_orig,const struct flowi * fl,const struct sock * sk,int flags) xfrm_lookup() argument
3343 xfrm_lookup_route(struct net * net,struct dst_entry * dst_orig,const struct flowi * fl,const struct sock * sk,int flags) xfrm_lookup_route() argument
3502 __xfrm_decode_session(struct net * net,struct sk_buff * skb,struct flowi * fl,unsigned int family,int reverse) __xfrm_decode_session() argument
3633 struct net *net = dev_net(skb->dev); xfrm_in_fwd_icmp() local
3651 struct net *net = dev_net(skb->dev); xfrm_out_fwd_icmp() local
3679 struct net *net = dev_net(skb->dev); __xfrm_policy_check() local
3880 struct net *net = dev_net(skb->dev); __xfrm_route_forward() local
4190 xfrm_statistics_init(struct net * net) xfrm_statistics_init() argument
4202 xfrm_statistics_fini(struct net * net) xfrm_statistics_fini() argument
4208 xfrm_statistics_init(struct net * net) xfrm_statistics_init() argument
4213 xfrm_statistics_fini(struct net * net) xfrm_statistics_fini() argument
4218 xfrm_policy_init(struct net * net) xfrm_policy_init() argument
4279 xfrm_net_pre_exit(struct net * net) xfrm_net_pre_exit() argument
4289 xfrm_policy_fini(struct net * net) xfrm_policy_fini() argument
4316 xfrm_net_init(struct net * net) xfrm_net_init() argument
4360 xfrm_net_exit(struct net * net) xfrm_net_exit() argument
4495 xfrm_migrate_policy_find(const struct xfrm_selector * sel,u8 dir,u8 type,struct net * net,u32 if_id) xfrm_migrate_policy_find() argument
4649 xfrm_migrate(const struct xfrm_selector * sel,u8 dir,u8 type,struct xfrm_migrate * m,int num_migrate,struct xfrm_kmaddress * k,struct net * net,struct xfrm_encap_tmpl * encap,u32 if_id,struct netlink_ext_ack * extack,struct xfrm_user_offload * xuo) xfrm_migrate() argument
[all...]
/linux/fs/afs/
H A Dfs_probe.c58 static void afs_schedule_fs_probe(struct afs_net *net, in afs_schedule_fs_probe()
77 static void afs_finished_fs_probe(struct afs_net *net, struct afs_server *server, in afs_finished_fs_probe()
99 static void afs_done_one_fs_probe(struct afs_net *net, struct afs_server *server, in afs_done_one_fs_probe()
114 static void afs_fs_probe_not_done(struct afs_net *net, in afs_fs_probe_not_done()
238 int afs_fs_probe_fileserver(struct afs_net *net, struct afs_server *server, in afs_fs_probe_fileserver()
378 struct afs_net *net = container_of(timer, struct afs_net, fs_probe_timer); in afs_fs_probe_timer() local
387 static void afs_dispatch_fs_probe(struct afs_net *net, struct afs_server *server) in afs_dispatch_fs_probe()
408 void afs_probe_fileserver(struct afs_net *net, struct afs_server *server) in afs_probe_fileserver()
421 struct afs_net *net = container_of(work, struct afs_net, fs_prober); in afs_fs_probe_dispatcher() local
535 void afs_fs_probe_cleanup(struct afs_net *net) in afs_fs_probe_cleanup()
H A Dproc.c91 struct afs_net *net = afs_seq2net(m); in afs_proc_cells_write() local
158 struct afs_net *net = afs_seq2net_single(m); in afs_proc_addr_prefs_show() local
207 struct afs_net *net; in afs_proc_rootcell_show() local
227 struct afs_net *net = afs_seq2net_single(m); in afs_proc_rootcell_write() local
515 struct afs_net *net = afs_seq2net(m); in afs_proc_sysname_show() local
527 struct afs_net *net = afs_seq2net(m); in afs_proc_sysname_start() local
540 struct afs_net *net = afs_seq2net(m); in afs_proc_sysname_next() local
552 struct afs_net *net = afs_seq2net(m); in afs_proc_sysname_stop() local
571 struct afs_net *net = afs_seq2net(m); in afs_proc_sysname_write() local
660 struct afs_net *net = afs_seq2net_single(m); in afs_proc_stats_show() local
[all …]
/linux/net/can/
H A Dproc.c79 static void can_init_stats(struct net *net) in can_init_stats()
117 struct net *net = timer_container_of(net, t, can.stattimer); in can_stat_update() local
218 struct net *net = m->private; in can_stats_proc_show() local
283 struct net *net = m->private; in can_reset_stats_proc_show() local
320 struct net *net = m->private; in can_rcvlist_proc_show() local
374 struct net *net = m->private; in can_rcvlist_sff_proc_show() local
407 struct net *net = m->private; in can_rcvlist_eff_proc_show() local
439 void can_init_proc(struct net *net) in can_init_proc()
477 void can_remove_proc(struct net *net) in can_remove_proc()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c39 static struct nft_ct_frag6_pernet *nf_frag_pernet(struct net *net) in nf_frag_pernet()
67 static int nf_ct_frag6_sysctl_register(struct net *net) in nf_ct_frag6_sysctl_register()
104 static void __net_exit nf_ct_frags6_sysctl_unregister(struct net *net) in nf_ct_frags6_sysctl_unregister()
116 static int nf_ct_frag6_sysctl_register(struct net *net) in nf_ct_frag6_sysctl_register()
120 static void __net_exit nf_ct_frags6_sysctl_unregister(struct net *net) in nf_ct_frags6_sysctl_unregister()
145 static struct frag_queue *fq_find(struct net *net, __be32 id, u32 user, in fq_find()
445 int nf_ct_frag6_gather(struct net *net, struct sk_buff *skb, u32 user) in nf_ct_frag6_gather()
504 static int nf_ct_net_init(struct net *net) in nf_ct_net_init()
523 static void nf_ct_net_pre_exit(struct net *net) in nf_ct_net_pre_exit()
530 static void nf_ct_net_exit(struct net *net) in nf_ct_net_exit()

12345678910>>...19