Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 169) sorted by relevance

1234567

/net/tipc/
Dmsg.h141 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user()
161 static inline void msg_set_hdr_sz(struct tipc_msg *m, u32 n) in msg_set_hdr_sz()
181 static inline void msg_set_non_seq(struct tipc_msg *m, u32 n) in msg_set_non_seq()
220 static inline void msg_set_type(struct tipc_msg *m, u32 n) in msg_set_type()
270 static inline void msg_set_lookup_scope(struct tipc_msg *m, u32 n) in msg_set_lookup_scope()
280 static inline void msg_set_bcast_ack(struct tipc_msg *m, u32 n) in msg_set_bcast_ack()
294 static inline void msg_set_ack(struct tipc_msg *m, u32 n) in msg_set_ack()
304 static inline void msg_set_seqno(struct tipc_msg *m, u32 n) in msg_set_seqno()
384 static inline void msg_set_nametype(struct tipc_msg *m, u32 n) in msg_set_nametype()
399 static inline void msg_set_namelower(struct tipc_msg *m, u32 n) in msg_set_namelower()
[all …]
/net/irda/
Dparameters.c130 int n = 0; in irda_insert_integer() local
206 int n = 0; in irda_extract_integer() local
370 int n = 0; in irda_param_pack() local
413 int n = 0; in irda_param_unpack() local
463 int n = 0; in irda_param_insert() local
517 int n = 0; in irda_param_extract() local
570 int n = 0; in irda_param_extract_all() local
Dirttp.c238 int n = 0; /* Fragment index */ in irttp_reassemble_skb() local
720 int n; in irttp_run_tx_queue() local
824 int n; in irttp_give_credit() local
914 int n; in irttp_data_indication() local
1108 __u8 n; in irttp_connect_request() local
1206 __u8 n; in irttp_connect_confirm() local
1292 __u8 n; in irttp_connect_indication() local
1362 __u8 n; in irttp_connect_response() local
Ddiscovery.c158 int n; /* Size of the full log */ in irlmp_expire_discoveries() local
272 int n; /* Size of the full log */ in irlmp_copy_discoveries() local
/net/xfrm/
Dxfrm_hash.c17 struct hlist_head *n; in xfrm_hash_alloc() local
31 void xfrm_hash_free(struct hlist_head *n, unsigned int sz) in xfrm_hash_free()
/net/netfilter/ipset/
Dip_set_hash_gen.h47 u32 n; in tune_ahash_max() local
121 hbucket_elem_add(struct hbucket *n, u8 ahash_max, size_t dsize) in hbucket_elem_add()
290 mtype_add_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_add_cidr()
316 mtype_del_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_del_cidr()
358 #define ahash_data(n, i, dsize) \ argument
362 mtype_ext_cleanup(struct ip_set *set, struct hbucket *n) in mtype_ext_cleanup()
376 struct hbucket *n; in mtype_flush() local
400 struct hbucket *n; in mtype_ahash_destroy() local
471 struct hbucket *n; in mtype_expire() local
547 struct hbucket *n, *m; in mtype_resize() local
[all …]
/net/sched/
Dcls_u32.c114 struct tc_u_knode *n; in u32_classify() local
270 struct tc_u_knode *n = NULL; in u32_lookup_key() local
361 struct tc_u_knode *n, in u32_destroy_key()
433 struct tc_u_knode *n; in u32_clear_hnode() local
530 struct tc_u_knode *n; in gen_new_kid() local
562 struct tc_u_knode *n, struct nlattr **tb, in u32_set_parms()
619 struct tc_u_knode *n) in u32_replace_knode()
645 struct tc_u_knode *n) in u32_init_knode()
700 struct tc_u_knode *n; in u32_change() local
869 struct tc_u_knode *n; in u32_walk() local
[all …]
Dact_api.c124 struct hlist_node *n; in tcf_del_walker() local
675 act_get_notify(struct net *net, u32 portid, struct nlmsghdr *n, in act_get_notify()
706 tcf_action_get_1(struct nlattr *nla, struct nlmsghdr *n, u32 portid) in tcf_action_get_1()
758 struct nlmsghdr *n, u32 portid) in tca_action_flush()
827 tcf_del_notify(struct net *net, struct nlmsghdr *n, struct list_head *actions, in tcf_del_notify()
858 tca_action_gd(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tca_action_gd()
901 tcf_add_notify(struct net *net, struct nlmsghdr *n, struct list_head *actions, in tcf_add_notify()
925 tcf_action_add(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tcf_action_add()
944 static int tc_ctl_action(struct sk_buff *skb, struct nlmsghdr *n) in tc_ctl_action()
995 find_dump_kind(const struct nlmsghdr *n) in find_dump_kind()
Dsch_api.c619 static struct hlist_head *qdisc_class_hash_alloc(unsigned int n) in qdisc_class_hash_alloc()
637 static void qdisc_class_hash_free(struct hlist_head *h, unsigned int n) in qdisc_class_hash_free()
743 void qdisc_tree_reduce_backlog(struct Qdisc *sch, unsigned int n, in qdisc_tree_reduce_backlog()
777 struct nlmsghdr *n, u32 clid, in notify_and_destroy()
797 struct sk_buff *skb, struct nlmsghdr *n, u32 classid, in qdisc_graft()
1101 static int tc_get_qdisc(struct sk_buff *skb, struct nlmsghdr *n) in tc_get_qdisc()
1170 static int tc_modify_qdisc(struct sk_buff *skb, struct nlmsghdr *n) in tc_modify_qdisc()
1393 struct nlmsghdr *n, u32 clid, in qdisc_notify()
1512 static int tc_ctl_tclass(struct sk_buff *skb, struct nlmsghdr *n) in tc_ctl_tclass()
1692 struct nlmsghdr *n, struct Qdisc *q, in tclass_notify()
Dcls_api.c121 static int tc_ctl_tfilter(struct sk_buff *skb, struct nlmsghdr *n) in tc_ctl_tfilter()
386 struct nlmsghdr *n, struct tcf_proto *tp, in tfilter_notify()
411 static int tcf_node_dump(struct tcf_proto *tp, unsigned long n, in tcf_node_dump()
/net/core/
Dneighbour.c137 struct neighbour *n; in neigh_forced_gc() local
171 static void neigh_add_timer(struct neighbour *n, unsigned long when) in neigh_add_timer()
181 static int neigh_del_timer(struct neighbour *n) in neigh_del_timer()
210 struct neighbour *n; in neigh_flush_dev() local
274 struct neighbour *n = NULL; in neigh_alloc() local
376 struct neighbour *n, *next; in neigh_hash_grow() local
405 struct neighbour *n; in neigh_lookup() local
435 struct neighbour *n; in neigh_lookup_nodev() local
469 struct neighbour *n1, *rc, *n = neigh_alloc(tbl, dev); in __neigh_create() local
561 static struct pneigh_entry *__pneigh_lookup_1(struct pneigh_entry *n, in __pneigh_lookup_1()
[all …]
/net/ipv6/
Dxfrm6_state.c60 __xfrm6_sort(void **dst, void **src, int n, int (*cmp)(void *p), int maxclass) in __xfrm6_sort()
117 __xfrm6_state_sort(struct xfrm_state **dst, struct xfrm_state **src, int n) in __xfrm6_state_sort()
150 __xfrm6_tmpl_sort(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n) in __xfrm6_tmpl_sort()
/net/netlabel/
Dnetlabel_addrlist.h76 struct netlbl_af4list *n = __af4list_entry(s); in __af4list_valid() local
88 struct netlbl_af4list *n = __af4list_entry(s); in __af4list_valid_rcu() local
143 struct netlbl_af6list *n = __af6list_entry(s); in __af6list_valid() local
155 struct netlbl_af6list *n = __af6list_entry(s); in __af6list_valid_rcu() local
/net/ipv4/
Dfib_trie.c95 #define IS_TNODE(n) (!(n->parent & T_LEAF)) argument
96 #define IS_LEAF(n) (n->parent & T_LEAF) argument
474 static inline int tnode_full(const struct tnode *tn, const struct rt_trie_node *n) in tnode_full()
483 struct rt_trie_node *n) in put_child()
493 static void tnode_put_child_reorg(struct tnode *tn, int i, struct rt_trie_node *n, in tnode_put_child_reorg()
672 struct rt_trie_node *n; in resize() local
956 struct rt_trie_node *n; in fib_find_node() local
1023 struct rt_trie_node *n; in fib_insert_node() local
1402 struct rt_trie_node *n; in fib_table_lookup() local
1773 struct tnode *n = (struct tnode *)rcu_dereference_rtnl(t->trie); in trie_firstleaf() local
[all …]
Dinetpeer.c89 struct inet_peer *p, *n, *c; in inetpeer_gc_worker() local
163 int i, n = (a->family == AF_INET ? 1 : 4); in addr_compare() local
335 #define link_to_pool(n, base) \ argument
/net/sunrpc/
Dbackchannel_rqst.c43 static inline void xprt_inc_alloc_count(struct rpc_xprt *xprt, unsigned int n) in xprt_inc_alloc_count()
48 static inline int xprt_dec_alloc_count(struct rpc_xprt *xprt, unsigned int n) in xprt_dec_alloc_count()
/net/atm/
Dclip.c120 static int neigh_check_cb(struct neighbour *n) in neigh_check_cb()
330 struct neighbour *n; in clip_start_xmit() local
733 static void atmarp_info(struct seq_file *seq, struct neighbour *n, in atmarp_info()
823 struct neighbour *n, loff_t * pos) in clip_seq_sub_iter()
850 struct neighbour *n = v; in clip_seq_show() local
/net/dccp/ccids/lib/
Dpacket_history.h104 static inline u8 tfrc_rx_hist_index(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_index()
122 tfrc_rx_hist_entry(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_entry()
/net/ax25/
Dax25_addr.c52 int n; in ax2asc() local
85 int n; in asc2ax() local
/net/9p/
Dtrans_fd.c234 int ret, n; in p9_fd_poll() local
299 int n, err; in p9_read_work() local
447 int n, err; in p9_write_work() local
580 int n; in p9_conn_create() local
616 int n; in p9_poll_mux() local
662 int n; in p9_fd_request() local
/net/batman-adv/
Dbitarray.c24 static void batadv_bitmap_shift_left(unsigned long *seq_bits, int32_t n) in batadv_bitmap_shift_left()
Dbitarray.h37 static inline void batadv_set_bit(unsigned long *seq_bits, int32_t n) in batadv_set_bit()
/net/bluetooth/bnep/
Dcore.c105 int n; in bnep_ctrl_set_netfilter() local
151 int n; in bnep_ctrl_set_mcfilter() local
644 int err = 0, n = 0; in bnep_get_connlist() local
/net/rose/
Daf_rose.c664 int n; in rose_bind() local
725 int n, err = 0; in rose_connect() local
944 int n; in rose_getname() local
975 int n; in rose_rx_call_request() local
1060 int n, size, qbit = 0; in rose_sendmsg() local
1223 int n, er, qbit; in rose_recvmsg() local
/net/decnet/
Ddn_neigh.c486 int t, n; member
515 int dn_neigh_elist(struct net_device *dev, unsigned char *ptr, int n) in dn_neigh_elist()
534 struct neighbour *n) in dn_neigh_format_entry()

1234567