Home
last modified time | relevance | path

Searched refs:tlv (Results 1 – 12 of 12) sorted by relevance

/net/nfc/
Dllcp_commands.c32 static u8 llcp_tlv8(u8 *tlv, u8 type) in llcp_tlv8() argument
34 if (tlv[0] != type || tlv[1] != llcp_tlv_length[tlv[0]]) in llcp_tlv8()
37 return tlv[2]; in llcp_tlv8()
40 static u16 llcp_tlv16(u8 *tlv, u8 type) in llcp_tlv16() argument
42 if (tlv[0] != type || tlv[1] != llcp_tlv_length[tlv[0]]) in llcp_tlv16()
45 return be16_to_cpu(*((__be16 *)(tlv + 2))); in llcp_tlv16()
49 static u8 llcp_tlv_version(u8 *tlv) in llcp_tlv_version() argument
51 return llcp_tlv8(tlv, LLCP_TLV_VERSION); in llcp_tlv_version()
54 static u16 llcp_tlv_miux(u8 *tlv) in llcp_tlv_miux() argument
56 return llcp_tlv16(tlv, LLCP_TLV_MIUX) & 0x7ff; in llcp_tlv_miux()
[all …]
Dllcp_core.c820 u8 *tlv = &skb->data[2], type, length; in nfc_llcp_connect_sn() local
824 type = tlv[0]; in nfc_llcp_connect_sn()
825 length = tlv[1]; in nfc_llcp_connect_sn()
831 return &tlv[2]; in nfc_llcp_connect_sn()
835 tlv += length + 2; in nfc_llcp_connect_sn()
1232 u8 dsap, ssap, *tlv, type, length, tid, sap; in nfc_llcp_recv_snl() local
1251 tlv = &skb->data[LLCP_HEADER_SIZE]; in nfc_llcp_recv_snl()
1257 type = tlv[0]; in nfc_llcp_recv_snl()
1258 length = tlv[1]; in nfc_llcp_recv_snl()
1262 tid = tlv[2]; in nfc_llcp_recv_snl()
[all …]
Dllcp.h39 u8 *tlv; member
/net/ife/
Dife.c101 const struct meta_tlvhdr *tlv; in __ife_tlv_meta_valid() local
104 if (unlikely(skbdata + sizeof(*tlv) > ifehdr_end)) in __ife_tlv_meta_valid()
107 tlv = (const struct meta_tlvhdr *)skbdata; in __ife_tlv_meta_valid()
108 tlvlen = ntohs(tlv->len); in __ife_tlv_meta_valid()
129 struct meta_tlvhdr *tlv; in ife_tlv_meta_decode() local
134 tlv = (struct meta_tlvhdr *)skbdata; in ife_tlv_meta_decode()
135 *dlen = ntohs(tlv->len) - NLA_HDRLEN; in ife_tlv_meta_decode()
136 *attrtype = ntohs(tlv->type); in ife_tlv_meta_decode()
147 struct meta_tlvhdr *tlv = (struct meta_tlvhdr *) skbdata; in ife_tlv_meta_next() local
148 u16 tlvlen = ntohs(tlv->len); in ife_tlv_meta_next()
[all …]
/net/ipv6/
Dseg6_hmac.c88 struct sr6_tlv_hmac *tlv; in seg6_get_tlv_hmac() local
96 tlv = (struct sr6_tlv_hmac *) in seg6_get_tlv_hmac()
99 if (tlv->tlvhdr.type != SR6_TLV_HMAC || tlv->tlvhdr.len != 38) in seg6_get_tlv_hmac()
102 return tlv; in seg6_get_tlv_hmac()
243 struct sr6_tlv_hmac *tlv; in seg6_hmac_validate_skb() local
251 tlv = seg6_get_tlv_hmac(srh); in seg6_hmac_validate_skb()
254 if (idev->cnf.seg6_require_hmac > 0 && !tlv) in seg6_hmac_validate_skb()
262 if (idev->cnf.seg6_require_hmac == 0 && !tlv) in seg6_hmac_validate_skb()
267 hinfo = seg6_hmac_info_lookup(net, be32_to_cpu(tlv->hmackeyid)); in seg6_hmac_validate_skb()
274 if (memcmp(hmac_output, tlv->hmac, SEG6_HMAC_FIELD_LEN) != 0) in seg6_hmac_validate_skb()
[all …]
Dseg6.c49 struct sr6_tlv *tlv; in seg6_validate_srh() local
52 if (trailing < sizeof(*tlv)) in seg6_validate_srh()
55 tlv = (struct sr6_tlv *)((unsigned char *)srh + tlv_offset); in seg6_validate_srh()
56 tlv_len = sizeof(*tlv) + tlv->len; in seg6_validate_srh()
Dcalipso.c814 unsigned char *tlv = (unsigned char *)opt; in calipso_tlv_len() local
819 if (tlv[offset] == IPV6_TLV_PAD1) in calipso_tlv_len()
823 tlv_len = tlv[offset + 1] + 2; in calipso_tlv_len()
/net/tipc/
Dnetlink_compat.c91 static inline int TLV_GET_DATA_LEN(struct tlv_desc *tlv) in TLV_GET_DATA_LEN() argument
93 return TLV_GET_LEN(tlv) - TLV_SPACE(0); in TLV_GET_DATA_LEN()
98 struct tlv_desc *tlv = (struct tlv_desc *)skb_tail_pointer(skb); in tipc_add_tlv() local
104 tlv->tlv_type = htons(type); in tipc_add_tlv()
105 tlv->tlv_len = htons(TLV_LENGTH(len)); in tipc_add_tlv()
107 memcpy(TLV_DATA(tlv), data, len); in tipc_add_tlv()
114 struct tlv_desc *tlv = (struct tlv_desc *)skb->data; in tipc_tlv_init() local
116 TLV_SET_LEN(tlv, 0); in tipc_tlv_init()
117 TLV_SET_TYPE(tlv, type); in tipc_tlv_init()
127 struct tlv_desc *tlv; in tipc_tlv_sprintf() local
[all …]
/net/atm/
Dmpc.c1340 uint8_t tlv[4 + 1 + 1 + 1 + ATM_ESA_LEN]; in set_mpc_ctrl_addr_rcvd() local
1342 tlv[0] = 00; tlv[1] = 0xa0; tlv[2] = 0x3e; tlv[3] = 0x2a; /* type */ in set_mpc_ctrl_addr_rcvd()
1343 tlv[4] = 1 + 1 + ATM_ESA_LEN; /* length */ in set_mpc_ctrl_addr_rcvd()
1344 tlv[5] = 0x02; /* MPOA client */ in set_mpc_ctrl_addr_rcvd()
1345 tlv[6] = 0x00; /* number of MPS MAC addresses */ in set_mpc_ctrl_addr_rcvd()
1347 memcpy(&tlv[7], mesg->MPS_ctrl, ATM_ESA_LEN); /* MPC ctrl ATM addr */ in set_mpc_ctrl_addr_rcvd()
1352 for (i = 7; i < sizeof(tlv); i++) in set_mpc_ctrl_addr_rcvd()
1353 dprintk_cont(" %02x", tlv[i]); in set_mpc_ctrl_addr_rcvd()
1360 tlv, sizeof(tlv)); in set_mpc_ctrl_addr_rcvd()
Dlec_arpc.h58 struct tlv { struct
/net/sched/
Dem_meta.c717 static int meta_var_dump(struct sk_buff *skb, struct meta_value *v, int tlv) in meta_var_dump() argument
720 nla_put(skb, tlv, v->len, (void *) v->val)) in meta_var_dump()
769 static int meta_int_dump(struct sk_buff *skb, struct meta_value *v, int tlv) in meta_int_dump() argument
772 if (nla_put(skb, tlv, sizeof(unsigned long), &v->val)) in meta_int_dump()
775 if (nla_put_u32(skb, tlv, v->val)) in meta_int_dump()
Dematch.c436 int tcf_em_tree_dump(struct sk_buff *skb, struct tcf_ematch_tree *tree, int tlv) in tcf_em_tree_dump() argument
443 top_start = nla_nest_start_noflag(skb, tlv); in tcf_em_tree_dump()