Searched refs:type (Results 176 - 200 of 585) sorted by relevance

1234567891011>>

/net/ceph/
H A Dcrypto.h11 int type; member in struct:ceph_crypto_key
H A Dcrypto.c8 #include <linux/key-type.h>
10 #include <keys/ceph-type.h>
11 #include <keys/user-type.h>
30 ceph_encode_16(p, key->type);
40 key->type = ceph_decode_16(p);
77 dout("crypto_key_unarmor key %p type %d len %d\n", key,
78 key->type, key->len);
430 switch (secret->type) {
454 switch (secret->type) {
483 switch (secret->type) {
[all...]
/net/ipv4/
H A Dfib_lookup.h31 u8 type, __be32 dst, int dst_len, u8 tos, struct fib_info *fi,
H A Dfou.c31 u16 type; member in struct:fou_cfg
339 /* Initial for fou type */
340 switch (cfg->type) {
419 [FOU_ATTR_PORT] = { .type = NLA_U16, },
420 [FOU_ATTR_AF] = { .type = NLA_U8, },
421 [FOU_ATTR_IPPROTO] = { .type = NLA_U8, },
422 [FOU_ATTR_TYPE] = { .type = NLA_U8, },
451 cfg->type = nla_get_u8(info->attrs[FOU_ATTR_TYPE]);
H A Dip_tunnel.c275 int type)
289 type == t->dev->type &&
382 if (dev->type != ARPHRD_ETHER)
476 if (tunnel->dev->type == ARPHRD_ETHER) {
494 switch (e->type) {
517 t->encap.type = ipencap->type;
535 int type = csum ? SKB_GSO_UDP_TUNNEL_CSUM : SKB_GSO_UDP_TUNNEL; local
537 skb = iptunnel_handle_offloads(skb, csum, type);
273 ip_tunnel_find(struct ip_tunnel_net *itn, struct ip_tunnel_parm *parms, int type) argument
[all...]
/net/ipv4/netfilter/
H A Dnft_masq_ipv4.c38 .type = &nft_masq_ipv4_type,
/net/ipv6/
H A Dipcomp6.c57 u8 type, u8 code, int offset, __be32 info)
66 if (type != ICMPV6_PKT_TOOBIG &&
67 type != NDISC_REDIRECT)
76 if (type == NDISC_REDIRECT)
205 pr_info("%s: can't add xfrm type\n", __func__);
221 pr_info("%s: can't remove xfrm type\n", __func__);
56 ipcomp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) argument
H A Dxfrm6_mode_ro.c49 hdr_len = x->type->hdr_offset(x, skb, &prevhdr);
/net/ipv6/netfilter/
H A Dip6t_rt.c72 pr_debug("TYPE %04X ", rh->type);
79 pr_debug("type %02X %02X %02X ",
80 rtinfo->rt_type, rh->type,
82 ((rtinfo->rt_type == rh->type) ^
103 ((rtinfo->rt_type == rh->type) ^
198 pr_debug("`--rt-type 0' required before `--rt-0-*'");
H A Dnft_masq_ipv6.c38 .type = &nft_masq_ipv6_type,
/net/netfilter/
H A Dnft_compat.c34 basechain->type->type != NFT_CHAIN_T_NAT)
81 [NFTA_TARGET_NAME] = { .type = NLA_NUL_STRING },
82 [NFTA_TARGET_REV] = { .type = NLA_U32 },
83 [NFTA_TARGET_INFO] = { .type = NLA_BINARY },
130 [NFTA_RULE_COMPAT_PROTO] = { .type = NLA_U32 },
131 [NFTA_RULE_COMPAT_FLAGS] = { .type = NLA_U32 },
288 [NFTA_MATCH_NAME] = { .type = NLA_NUL_STRING },
289 [NFTA_MATCH_REV] = { .type = NLA_U32 },
290 [NFTA_MATCH_INFO] = { .type
432 nfnl_compat_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type, int event, u16 family, const char *name, int rev, int target) argument
[all...]
H A Dnft_masq.c20 [NFTA_MASQ_FLAGS] = { .type = NLA_U32 },
H A Dxt_mac.c33 if (skb->dev == NULL || skb->dev->type != ARPHRD_ETHER)
/net/netlabel/
H A Dnetlabel_domainhash.h50 u32 type; member in struct:netlbl_dommap_def
/net/openvswitch/
H A Ddp_notify.c63 if (vport->ops->type != OVS_VPORT_TYPE_NETDEV)
/net/sched/
H A Dsch_codel.c108 [TCA_CODEL_TARGET] = { .type = NLA_U32 },
109 [TCA_CODEL_LIMIT] = { .type = NLA_U32 },
110 [TCA_CODEL_INTERVAL] = { .type = NLA_U32 },
111 [TCA_CODEL_ECN] = { .type = NLA_U32 },
H A Dact_ipt.c80 [TCA_IPT_TABLE] = { .type = NLA_STRING, .len = IFNAMSIZ },
81 [TCA_IPT_HOOK] = { .type = NLA_U32 },
82 [TCA_IPT_INDEX] = { .type = NLA_U32 },
264 .type = TCA_ACT_IPT,
274 .type = TCA_ACT_XT,
/net/sctp/
H A Dinput.c355 if (SCTP_EP_TYPE_ASSOCIATION == rcvr->type)
357 else if (SCTP_EP_TYPE_SOCKET == rcvr->type)
377 if (SCTP_EP_TYPE_ASSOCIATION == rcvr->type)
379 else if (SCTP_EP_TYPE_SOCKET == rcvr->type)
433 * ICMP8) If the ICMP code is a "Unrecognized next header type encountered"
456 pr_debug("%s: unrecognized next header type "
511 * message contains enough bytes to verify that the chunk type is
514 * or the chunk type or the Initiate Tag does not match, silently
521 chunkhdr->chunk_hdr.type != SCTP_CID_INIT ||
557 * it's just the icmp type <<
572 const int type = icmp_hdr(skb)->type; local
[all...]
/net/wireless/
H A Dwext-priv.c60 int type = (args & IW_PRIV_TYPE_MASK) >> 12; local
62 return num * iw_priv_type_size[type];
69 int type = (args & IW_PRIV_TYPE_MASK) >> 12; local
75 return num * iw_priv_type_size[type];
/net/ax25/
H A Dax25_in.c161 static int ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama) argument
171 queued = ax25_std_frame_in(ax25, skb, type);
177 queued = ax25_ds_frame_in(ax25, skb, type);
179 queued = ax25_std_frame_in(ax25, skb, type);
191 int type = 0, mine = 0, dama; local
210 if (ax25_addr_parse(skb->data, skb->len, &src, &dest, &dp, &type, &dama) == NULL)
314 if (ax25_process_rx_frame(ax25, skb, type, dama) == 0)
/net/hsr/
H A Dhsr_framereg.c238 node_real->AddrB_port = port_rcv->type;
291 if (port->type != node_dst->AddrB_port)
305 if (seq_nr_before(sequence_nr, node->seq_out[port->type]))
308 node->time_in[port->type] = jiffies;
309 node->time_in_stale[port->type] = false;
323 if (seq_nr_before_or_eq(sequence_nr, node->seq_out[port->type]))
326 node->seq_out[port->type] = sequence_nr;
/net/irda/
H A Dirias_object.c289 if ( attrib->value->type != new_value->type) {
290 IRDA_DEBUG( 0, "%s(), changing value type not allowed!\n",
450 value->type = IAS_INTEGER;
475 value->type = IAS_STRING;
506 value->type = IAS_OCT_SEQ;
531 value->type = IAS_MISSING;
548 switch (value->type) {
562 IRDA_DEBUG(0, "%s(), Unknown value type!\n", __func__);
/net/mac80211/
H A Doffchannel.c131 if (sdata->vif.type == NL80211_IFTYPE_P2P_DEVICE)
134 if (sdata->vif.type != NL80211_IFTYPE_MONITOR)
146 if (sdata->vif.type == NL80211_IFTYPE_STATION &&
162 if (sdata->vif.type == NL80211_IFTYPE_P2P_DEVICE)
165 if (sdata->vif.type != NL80211_IFTYPE_MONITOR)
172 if (sdata->vif.type == NL80211_IFTYPE_STATION &&
282 duration, roc->type);
/net/mac802154/
H A Dwpan.c242 unsigned short type,
256 hdr.fc.type = cb->type;
383 dev->type = ARPHRD_IEEE802154;
392 priv->type = IEEE802154_DEV_WPAN;
484 switch (mac_cb(skb)->type) {
488 pr_warn("ieee802154: bad frame received (type = %d)\n",
489 mac_cb(skb)->type);
530 cb->type = hdr->fc.type;
240 mac802154_header_create(struct sk_buff *skb, struct net_device *dev, unsigned short type, const void *daddr, const void *saddr, unsigned len) argument
[all...]
H A Dieee802154_dev.c45 if (priv->type == IEEE802154_DEV_WPAN) {
48 if (subif != priv && subif->type == priv->type &&
162 mac802154_add_iface(struct wpan_phy *phy, const char *name, int type) argument
167 switch (type) {

Completed in 811 milliseconds

1234567891011>>