Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 17 of 17) sorted by relevance

/net/netfilter/
Dxt_qtaguid_internal.h121 static inline uid_t get_uid_from_tag(tag_t tag) in get_uid_from_tag()
125 static inline tag_t get_utag_from_tag(tag_t tag) in get_utag_from_tag()
129 static inline tag_t get_atag_from_tag(tag_t tag) in get_atag_from_tag()
134 static inline bool valid_atag(tag_t tag) in valid_atag()
204 tag_t tag; member
263 tag_t tag; member
Dxt_qtaguid.c177 static struct tag_node *tag_node_tree_search(struct rb_root *root, tag_t tag) in tag_node_tree_search()
232 static struct tag_stat *tag_stat_tree_search(struct rb_root *root, tag_t tag) in tag_stat_tree_search()
247 tag_t tag) in tag_counter_set_tree_search()
261 static struct tag_ref *tag_ref_tree_search(struct rb_root *root, tag_t tag) in tag_ref_tree_search()
618 static int get_active_counter_set(tag_t tag) in get_active_counter_set()
1252 tag_t tag) in create_if_tag_stat()
1274 tag_t tag, acct_tag; in if_tag_stat_update() local
1965 tag_t tag; in ctrl_cmd_delete() local
2127 tag_t tag; in ctrl_cmd_counter_set() local
2501 tag_t tag; /* tag found by reading to tag_pos */ member
[all …]
Dxt_qtaguid_print.h45 static inline char *pp_tag_t(tag_t *tag) in pp_tag_t()
Dxt_qtaguid_print.c42 char *pp_tag_t(tag_t *tag) in pp_tag_t()
/net/ipv4/netfilter/
Dnf_nat_snmp_basic.c172 static unsigned char asn1_tag_decode(struct asn1_ctx *ctx, unsigned int *tag) in asn1_tag_decode()
191 unsigned int *tag) in asn1_id_decode()
250 unsigned int *tag) in asn1_header_decode()
628 unsigned int tag; member
653 static unsigned char snmp_tag_cls2syntax(unsigned int tag, in snmp_tag_cls2syntax()
674 unsigned int cls, con, tag, len, idlen; in snmp_object_decode() local
833 unsigned int cls, con, tag; in snmp_request_decode() local
928 unsigned int cls, con, tag, len; in snmp_trap_decode() local
1023 unsigned int cls, con, tag, vers, pdutype; in snmp_parse_mangle() local
/net/ieee802154/6lowpan/
D6lowpan_i.h20 u16 tag; member
/net/ipv4/
Dcipso_ipv4.c1324 const unsigned char *tag, in cipso_v4_parsetag_rbm()
1416 const unsigned char *tag, in cipso_v4_parsetag_enum()
1506 const unsigned char *tag, in cipso_v4_parsetag_rng()
1575 const unsigned char *tag, in cipso_v4_parsetag_loc()
1644 unsigned char *tag; in cipso_v4_validate() local
Droute.c1289 static void set_class_tag(struct rtable *rt, u32 tag) in set_class_tag()
/net/9p/
Dclient.c241 p9_tag_alloc(struct p9_client *c, u16 tag, unsigned int max_size) in p9_tag_alloc()
316 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
411 int tag = r->tc->tag; in p9_free_req() local
451 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, int16_t *tag, in p9_parse_header()
684 int tag, err; in p9_client_prepare_req() local
Dtrans_virtio.c98 char *tag; member
554 char *tag; in p9_virtio_probe() local
Dprotocol.c580 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) in p9pdu_prepare()
Dtrans_rdma.c291 int16_t tag; in handle_recv() local
Dtrans_fd.c334 u16 tag; in p9_read_work() local
/net/atm/
Dmpoa_caches.c354 static eg_cache_entry *eg_cache_get_by_tag(__be32 tag, struct mpoa_client *mpc) in eg_cache_get_by_tag()
Dmpc.c500 __be32 tag; in send_via_shortcut() member
691 __be32 tag; in mpc_push() local
/net/sched/
Dem_meta.c177 unsigned short tag; in META_COLLECTOR() local
/net/bridge/
Dbr_private.h845 static inline u16 br_vlan_get_tag(const struct sk_buff *skb, u16 *tag) in br_vlan_get_tag()