Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 117) sorted by relevance

12345

/net/sctp/
Ddebug.c133 const char *sctp_pname(const union sctp_subtype id) in sctp_pname()
146 const char *sctp_oname(const union sctp_subtype id) in sctp_oname()
168 const char *sctp_tname(const union sctp_subtype id) in sctp_tname()
Dauth.c451 __u16 id; in sctp_auth_init_hmacs() local
526 __u16 id = 0; in sctp_auth_asoc_get_hmac() local
608 __u16 id; in sctp_auth_asoc_set_default_hmac() local
793 __u16 id; in sctp_auth_ep_set_hmacs() local
/net/sched/
Dcls_route.c34 u32 id; member
52 u32 id; member
68 static inline int route4_fastmap_hash(u32 id, int iif) in route4_fastmap_hash()
83 route4_set_fastmap(struct route4_head *head, u32 id, int iif, in route4_set_fastmap()
96 static inline int route4_hash_to(u32 id) in route4_hash_to()
101 static inline int route4_hash_from(u32 id) in route4_hash_from()
138 u32 id, h; in route4_classify() local
200 static inline u32 to_hash(u32 id) in to_hash()
209 static inline u32 from_hash(u32 id) in from_hash()
394 u32 id = 0, to = 0, nhandle = 0x8000; in route4_set_parms() local
[all …]
/net/core/
Dnet_namespace.c64 static int net_assign_generic(struct net *net, unsigned int id, void *data) in net_assign_generic()
177 static int net_eq_idr(int id, void *net, void *peer) in net_eq_idr()
190 int id = idr_for_each(&net->netns_ids, net_eq_idr, peer); in __peernet2id_alloc() local
225 int id; in peernet2id_alloc() local
241 int id; in peernet2id() local
258 struct net *get_net_ns_by_id(struct net *net, int id) in get_net_ns_by_id()
458 int id; in cleanup_net() local
711 int err, id; in rtnl_net_getid() local
764 static int rtnl_net_dumpid_one(int id, void *peer, void *data) in rtnl_net_dumpid_one()
802 static void rtnl_net_notifyid(struct net *net, int cmd, int id) in rtnl_net_notifyid()
Dnetprio_cgroup.c101 int id = css->cgroup->id; in netprio_prio() local
121 int id = css->cgroup->id; in netprio_set_prio() local
/net/ipv6/
Doutput_core.c24 u32 hash, id; in __ipv6_select_ident() local
56 u32 id; in ipv6_proxy_select_ident() local
74 u32 id; in ipv6_select_ident() local
/net/bluetooth/cmtp/
Dcore.c91 int i, id = -1; in cmtp_alloc_block_id() local
102 static inline void cmtp_free_block_id(struct cmtp_session *session, int id) in cmtp_free_block_id()
107 static inline void cmtp_add_msgpart(struct cmtp_session *session, int id, const unsigned char *buf,… in cmtp_add_msgpart()
134 __u8 hdr, hdrlen, id; in cmtp_recv_frame() local
/net/caif/
Dcfmuxl.c75 static struct cflayer *get_from_id(struct list_head *list, u16 id) in get_from_id()
123 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id) in get_up()
151 struct cflayer *cfmuxl_remove_uplayer(struct cflayer *layr, u8 id) in cfmuxl_remove_uplayer()
178 u8 id; in cfmuxl_receive() local
/net/9p/
Dutil.c118 void p9_idpool_put(int id, struct p9_idpool *p) in p9_idpool_put()
136 int p9_idpool_check(int id, struct p9_idpool *p) in p9_idpool_check()
/net/netfilter/ipset/
Dip_set_bitmap_ipmac.c62 u16 id; member
77 #define get_elem(extensions, id, dsize) \ argument
80 #define get_const_elem(extensions, id, dsize) \ argument
101 bitmap_ipmac_gc_test(u16 id, const struct bitmap_ipmac *map, size_t dsize) in bitmap_ipmac_gc_test()
192 u32 id, size_t dsize) in bitmap_ipmac_do_list()
Dip_set_bitmap_gen.h37 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id))) argument
52 u32 id; in mtype_ext_cleanup() local
220 u32 id, first = cb->args[IPSET_CB_ARG0]; in mtype_list() local
280 u32 id; in mtype_gc() local
Dip_set_bitmap_port.c49 u16 id; member
68 bitmap_port_gc_test(u16 id, const struct bitmap_port *map, size_t dsize) in bitmap_port_gc_test()
88 bitmap_port_do_list(struct sk_buff *skb, const struct bitmap_port *map, u32 id, in bitmap_port_do_list()
Dip_set_bitmap_ip.c57 u16 id; member
76 bitmap_ip_gc_test(u16 id, const struct bitmap_ip *map, size_t dsize) in bitmap_ip_gc_test()
95 bitmap_ip_do_list(struct sk_buff *skb, const struct bitmap_ip *map, u32 id, in bitmap_ip_do_list()
/net/bluetooth/
Da2mp.h63 __u8 id; member
80 __u8 id; member
85 __u8 id; member
96 __u8 id; member
101 __u8 id; member
Damp.h20 __u8 id; member
/net/netlink/
Dgenetlink.c93 static const struct genl_family *genl_family_find_byid(unsigned int id) in genl_family_find_byid()
101 unsigned int id; in genl_family_find_byname() local
127 int id; in genl_allocate_reserve_groups() local
780 unsigned int id; in ctrl_dumpfamily() local
855 u16 id = nla_get_u16(info->attrs[CTRL_ATTR_FAMILY_ID]); in ctrl_getfamily() local
966 unsigned int id; in genl_bind() local
992 unsigned int id; in genl_unbind() local
/net/dccp/
Dccid.c26 static struct ccid_operations *ccid_by_number(const u8 id) in ccid_by_number()
143 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx) in ccid_new()
/net/netfilter/ipvs/
Dip_vs_sync.c202 int id; member
379 int id = (int)(ms - ipvs->ms); in sb_queue_tail() local
550 int id; in ip_vs_sync_conn_v0() local
639 int id; in ip_vs_sync_conn() local
1457 struct ipvs_sync_daemon_cfg *c, int id) in get_mcast_sockaddr()
1479 static int make_send_sock(struct netns_ipvs *ipvs, int id, in make_send_sock()
1536 static int make_receive_sock(struct netns_ipvs *ipvs, int id, in make_receive_sock()
1652 int id = (int)(ms - ipvs->ms); in master_wakeup_work_handler() local
1766 int id = 0, count, hlen; in start_sync_thread() local
1955 int id; in stop_sync_thread() local
/net/rxrpc/
Dconn_client.c109 int id; in rxrpc_get_client_connection_id() local
156 int id; in rxrpc_destroy_client_conn_ids() local
241 int id_cursor, id, distance, limit; in rxrpc_may_reuse_conn() local
/net/mac802154/
Dmib.c80 const struct ieee802154_llsec_key_id *id, in mac802154_add_key()
96 const struct ieee802154_llsec_key_id *id) in mac802154_del_key()
/net/ncsi/
Dncsi-manage.c288 unsigned char id) in ncsi_find_channel()
300 struct ncsi_channel *ncsi_add_channel(struct ncsi_package *np, unsigned char id) in ncsi_add_channel()
370 unsigned char id) in ncsi_find_package()
383 unsigned char id) in ncsi_add_package()
432 unsigned char id, in ncsi_find_package_and_channel()
/net/netfilter/
Dnf_conntrack_extend.c43 void *nf_ct_ext_add(struct nf_conn *ct, enum nf_ct_ext_id id, gfp_t gfp) in nf_ct_ext_add()
/net/ipv4/netfilter/
Dnf_nat_proto_icmp.c37 static u_int16_t id; in icmp_unique_tuple() local
/net/ipv6/netfilter/
Dnf_nat_proto_icmpv6.c39 static u16 id; in icmpv6_unique_tuple() local
Dip6t_frag.c27 id_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) in id_match()

12345