Searched defs:output (Results 1 - 2 of 2) sorted by relevance

/net/bluetooth/
H A Damp.c134 static int hmac_sha256(u8 *key, u8 ksize, char *plaintext, u8 psize, u8 *output) argument
160 output);
/net/openvswitch/
H A Dflow_netlink.c493 const struct ovs_key_ipv4_tunnel *output,
497 if (output->tun_flags & TUNNEL_KEY &&
498 nla_put_be64(skb, OVS_TUNNEL_KEY_ATTR_ID, output->tun_id))
500 if (output->ipv4_src &&
501 nla_put_be32(skb, OVS_TUNNEL_KEY_ATTR_IPV4_SRC, output->ipv4_src))
503 if (output->ipv4_dst &&
504 nla_put_be32(skb, OVS_TUNNEL_KEY_ATTR_IPV4_DST, output->ipv4_dst))
506 if (output->ipv4_tos &&
507 nla_put_u8(skb, OVS_TUNNEL_KEY_ATTR_TOS, output->ipv4_tos))
509 if (nla_put_u8(skb, OVS_TUNNEL_KEY_ATTR_TTL, output
492 __ipv4_tun_to_nlattr(struct sk_buff *skb, const struct ovs_key_ipv4_tunnel *output, const struct geneve_opt *tun_opts, int swkey_tun_opts_len) argument
529 ipv4_tun_to_nlattr(struct sk_buff *skb, const struct ovs_key_ipv4_tunnel *output, const struct geneve_opt *tun_opts, int swkey_tun_opts_len) argument
1027 ovs_nla_put_flow(const struct sw_flow_key *swkey, const struct sw_flow_key *output, struct sk_buff *skb) argument
[all...]

Completed in 206 milliseconds