/net/rxrpc/ |
D | skbuff.c | 24 int n = atomic_inc_return(select_skb_count(skb)); in rxrpc_new_skb() local 34 int n = atomic_read(select_skb_count(skb)); in rxrpc_see_skb() local 44 int n = atomic_inc_return(select_skb_count(skb)); in rxrpc_get_skb() local 54 int n = atomic_inc_return(&rxrpc_n_rx_skbs); in rxrpc_eaten_skb() local 64 int n = atomic_dec_return(select_skb_count(skb)); in rxrpc_free_skb() local 78 int n = atomic_dec_return(select_skb_count(skb)); in rxrpc_purge_queue() local
|
D | proc.c | 245 unsigned int bucket, n; in rxrpc_peer_seq_start() local 280 unsigned int bucket, n; in rxrpc_peer_seq_next() local 360 unsigned int n; in rxrpc_local_seq_start() local
|
/net/tipc/ |
D | msg.h | 252 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user() 262 static inline void msg_set_hdr_sz(struct tipc_msg *m, u32 n) in msg_set_hdr_sz() 287 static inline void msg_set_non_seq(struct tipc_msg *m, u32 n) in msg_set_non_seq() 385 static inline void msg_set_type(struct tipc_msg *m, u32 n) in msg_set_type() 480 static inline void msg_set_lookup_scope(struct tipc_msg *m, u32 n) in msg_set_lookup_scope() 490 static inline void msg_set_bcast_ack(struct tipc_msg *m, u16 n) in msg_set_bcast_ack() 513 static inline void msg_set_dest_session(struct tipc_msg *m, u16 n) in msg_set_dest_session() 526 static inline void msg_set_ack(struct tipc_msg *m, u16 n) in msg_set_ack() 536 static inline void msg_set_seqno(struct tipc_msg *m, u16 n) in msg_set_seqno() 594 static inline void msg_set_named_seqno(struct tipc_msg *m, u16 n) in msg_set_named_seqno() [all …]
|
D | node.c | 197 static struct tipc_link *node_active_link(struct tipc_node *n, int sel) in node_active_link() 209 struct tipc_node *n; in tipc_node_get_mtu() local 235 struct tipc_node *n; in tipc_node_get_id() local 255 struct tipc_node *n; in tipc_node_get_capabilities() local 294 struct tipc_node *n; in tipc_node_crypto_rx_by_addr() local 303 struct tipc_node *n = container_of(rp, struct tipc_node, rcu); in tipc_node_free() local 313 struct tipc_node *n = container_of(kref, struct tipc_node, kref); in tipc_node_kref_release() local 357 struct tipc_node *n; in tipc_node_find_by_id() local 374 static void tipc_node_read_lock(struct tipc_node *n) in tipc_node_read_lock() 380 static void tipc_node_read_unlock(struct tipc_node *n) in tipc_node_read_unlock() [all …]
|
/net/sched/ |
D | cls_u32.c | 115 struct tc_u_knode *n; in u32_classify() local 272 struct tc_u_knode *n = NULL; in u32_lookup_key() local 391 static void __u32_destroy_key(struct tc_u_knode *n) in __u32_destroy_key() 401 static void u32_destroy_key(struct tc_u_knode *n, bool free_pf) in u32_destroy_key() 521 static void u32_remove_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_remove_hw_knode() 535 static int u32_replace_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_replace_hw_knode() 578 struct tc_u_knode *n; in u32_clear_hnode() local 715 static void u32_unbind_filter(struct tcf_proto *tp, struct tc_u_knode *n, in u32_unbind_filter() 722 static void u32_bind_filter(struct tcf_proto *tp, struct tc_u_knode *n, in u32_bind_filter() 732 struct tc_u_knode *n, struct nlattr **tb, in u32_set_parms() [all …]
|
D | sch_api.c | 671 static struct hlist_head *qdisc_class_hash_alloc(unsigned int n) in qdisc_class_hash_alloc() 781 void qdisc_tree_reduce_backlog(struct Qdisc *sch, int n, int len) in qdisc_tree_reduce_backlog() 1007 struct nlmsghdr *n, u32 clid, in qdisc_notify() 1039 struct nlmsghdr *n, u32 clid, in notify_and_destroy() 1073 struct sk_buff *skb, struct nlmsghdr *n, u32 classid, in qdisc_graft() 1473 static int tc_get_qdisc(struct sk_buff *skb, struct nlmsghdr *n, in tc_get_qdisc() 1550 static bool req_create_or_replace(struct nlmsghdr *n) in req_create_or_replace() 1556 static bool req_create_exclusive(struct nlmsghdr *n) in req_create_exclusive() 1562 static bool req_change(struct nlmsghdr *n) in req_change() 1572 static int tc_modify_qdisc(struct sk_buff *skb, struct nlmsghdr *n, in tc_modify_qdisc() [all …]
|
D | act_gate.c | 39 u64 n; in gate_get_start_time() local 100 u64 n; in gate_timer_func() local 206 static int parse_gate_entry(struct nlattr *n, struct tcfg_gate_entry *entry, in parse_gate_entry() 238 struct nlattr *n; in parse_gate_list() local
|
/net/ipv4/ |
D | fib_trie.c | 116 #define IS_TRIE(n) ((n)->pos >= KEYLENGTH) argument 117 #define IS_TNODE(n) ((n)->bits) argument 118 #define IS_LEAF(n) (!(n)->bits) argument 142 #define TNODE_SIZE(n) offsetof(struct tnode, kv[0].tnode[n]) argument 202 static inline void node_set_parent(struct key_vector *n, struct key_vector *tp) in node_set_parent() 208 #define NODE_INIT_PARENT(n, p) RCU_INIT_POINTER(tn_info(n)->parent, p) argument 310 struct tnode *n = container_of(head, struct tnode, rcu); in __node_free_rcu() local 318 #define node_free(n) call_rcu(&tn_info(n)->rcu, __node_free_rcu) argument 337 static inline void empty_child_inc(struct key_vector *n) in empty_child_inc() 345 static inline void empty_child_dec(struct key_vector *n) in empty_child_dec() [all …]
|
/net/xfrm/ |
D | xfrm_hash.c | 18 struct hlist_head *n; in xfrm_hash_alloc() local 32 void xfrm_hash_free(struct hlist_head *n, unsigned int sz) in xfrm_hash_free()
|
/net/core/ |
D | neighbour.c | 118 static void neigh_mark_dead(struct neighbour *n) in neigh_mark_dead() 129 static void neigh_update_gc_list(struct neighbour *n) in neigh_update_gc_list() 158 static void neigh_update_managed_list(struct neighbour *n) in neigh_update_managed_list() 208 static bool neigh_del(struct neighbour *n, struct neighbour __rcu **np, in neigh_del() 234 struct neighbour *n; in neigh_remove_one() local 258 struct neighbour *n, *tmp; in neigh_forced_gc() local 298 static void neigh_add_timer(struct neighbour *n, unsigned long when) in neigh_add_timer() 318 static int neigh_del_timer(struct neighbour *n) in neigh_del_timer() 390 struct neighbour *n; in neigh_flush_dev() local 473 struct neighbour *n = NULL; in neigh_alloc() local [all …]
|
/net/ipv6/ |
D | rpl.c | 34 const struct in6_addr *daddr, unsigned char n) in ipv6_rpl_srh_decompress() 58 unsigned char n) in ipv6_rpl_srh_calc_cmpri() 89 const struct in6_addr *daddr, unsigned char n) in ipv6_rpl_srh_compress()
|
D | addrlabel.c | 207 struct hlist_node *n; in __ip6addrlbl_add() local 270 struct hlist_node *n; in __ip6addrlbl_del() local 310 struct hlist_node *n; in ip6addrlbl_net_init() local 341 struct hlist_node *n; in ip6addrlbl_net_exit() local
|
/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 65 #define ahash_region(n, htable_bits) \ argument 91 #define ext_size(n, dsize) \ argument 325 mtype_add_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_add_cidr() 352 mtype_del_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_del_cidr() 381 #define ahash_data(n, i, dsize) \ argument 385 mtype_ext_cleanup(struct ip_set *set, struct hbucket *n) in mtype_ext_cleanup() 400 struct hbucket *n; in mtype_flush() local 430 struct hbucket *n; in mtype_ahash_destroy() local 485 struct hbucket *n, *tmp; in mtype_gc_do() local 633 struct hbucket *n, *m; in mtype_resize() local [all …]
|
D | ip_set_list_set.c | 177 struct set_elem *e, *n; in set_cleanup_entries() local 241 struct set_elem *e, *n, *prev, *next; in list_set_uadd() local 323 struct set_elem *e, *n, *next, *prev = NULL; in list_set_udel() local 419 struct set_elem *e, *n; in list_set_flush() local 443 u32 n = 0; in list_set_memsize() local
|
/net/netlabel/ |
D | netlabel_addrlist.h | 62 struct netlbl_af4list *n = __af4list_entry(s); in __af4list_valid() local 74 struct netlbl_af4list *n = __af4list_entry(s); in __af4list_valid_rcu() local 129 struct netlbl_af6list *n = __af6list_entry(s); in __af6list_valid() local 141 struct netlbl_af6list *n = __af6list_entry(s); in __af6list_valid_rcu() local
|
/net/ceph/ |
D | debugfs.c | 60 struct rb_node *n; in osdmap_show() local 236 struct rb_node *n; in dump_requests() local 262 struct rb_node *n; in dump_linger_requests() local 323 struct rb_node *n; in dump_backoffs() local 346 struct rb_node *n; in osdc_show() local
|
/net/6lowpan/ |
D | ndisc.c | 56 static void lowpan_ndisc_802154_update(struct neighbour *n, u32 flags, in lowpan_ndisc_802154_update() 103 struct neighbour *n, u32 flags, u8 icmp6_type, in lowpan_ndisc_update() 118 struct lowpan_802154_neigh *n; in lowpan_ndisc_opt_addr_space() local
|
/net/mac80211/ |
D | mesh_pathtbl.c | 607 struct hlist_node *n; in mesh_fast_tx_gc() local 624 struct hlist_node *n; in mesh_fast_tx_flush_mpath() local 638 struct hlist_node *n; in mesh_fast_tx_flush_sta() local 833 struct hlist_node *n; in mesh_path_flush_by_nexthop() local 848 struct hlist_node *n; in mpp_flush_by_proxy() local 861 struct hlist_node *n; in table_flush_by_iface() local 1071 struct hlist_node *n; in mesh_path_tbl_expire() local
|
/net/netfilter/ |
D | nf_conntrack_helper.c | 275 void nf_ct_helper_expectfn_register(struct nf_ct_helper_expectfn *n) in nf_ct_helper_expectfn_register() 283 void nf_ct_helper_expectfn_unregister(struct nf_ct_helper_expectfn *n) in nf_ct_helper_expectfn_unregister() 463 unsigned int n) in nf_conntrack_helpers_register() 483 unsigned int n) in nf_conntrack_helpers_unregister()
|
/net/atm/ |
D | clip.c | 121 static int neigh_check_cb(struct neighbour *n) in neigh_check_cb() 334 struct neighbour *n; in clip_start_xmit() local 736 static void atmarp_info(struct seq_file *seq, struct neighbour *n, in atmarp_info() 826 struct neighbour *n, loff_t * pos) in clip_seq_sub_iter() 853 struct neighbour *n = v; in clip_seq_show() local
|
/net/bridge/ |
D | br_arp_nd_proxy.c | 130 struct neighbour *n; in br_do_proxy_suppress_arp() local 250 struct sk_buff *request, struct neighbour *n, in br_nd_send() 406 struct neighbour *n; in br_do_suppress_nd() local
|
/net/ax25/ |
D | ax25_addr.c | 49 int n; in ax2asc() local 82 int n; in asc2ax() local
|
/net/dccp/ccids/lib/ |
D | packet_history.h | 91 static inline u8 tfrc_rx_hist_index(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_index() 109 tfrc_rx_hist_entry(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_entry()
|
/net/rose/ |
D | af_rose.c | 704 int n; in rose_bind() local 767 int n, err = 0; in rose_connect() local 993 int n; in rose_getname() local 1023 int n; in rose_rx_call_request() local 1110 int n, size, qbit = 0; in rose_sendmsg() local 1273 int n, er, qbit; in rose_recvmsg() local
|
/net/9p/ |
D | trans_virtio.c | 322 int n; in p9_get_mapped_pages() local 383 unsigned size, n; in handle_rerror() local 439 int n = p9_get_mapped_pages(chan, &out_pages, uodata, in p9_virtio_zc_request() local 458 int n = p9_get_mapped_pages(chan, &in_pages, uidata, in p9_virtio_zc_request() local
|