Home
last modified time | relevance | path

Searched refs:tll (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/x86/math-emu/
Dreg_ld_str.c755 long long tll; in FPU_store_int64() local
772 ((long *)&tll)[0] = t.sigl; in FPU_store_int64()
773 ((long *)&tll)[1] = t.sigh; in FPU_store_int64()
782 tll = 0x8000000000000000LL; in FPU_store_int64()
789 tll = -tll; in FPU_store_int64()
794 if (copy_to_user(d, &tll, 8)) in FPU_store_int64()
/linux-3.4.99/net/openvswitch/
Dflow.h90 u8 tll[ETH_ALEN]; /* ND target link layer address. */ member
Dflow.c559 if (unlikely(!is_zero_ether_addr(key->ipv6.nd.tll))) in parse_icmpv6()
561 memcpy(key->ipv6.nd.tll, in parse_icmpv6()
575 memset(key->ipv6.nd.tll, 0, sizeof(key->ipv6.nd.tll)); in parse_icmpv6()
930 memcpy(swkey->ipv6.nd.tll, nd_key->nd_tll, ETH_ALEN); in ipv6_flow_from_nlattrs()
1315 memcpy(nd_key->nd_tll, swkey->ipv6.nd.tll, ETH_ALEN); in ovs_flow_to_nlattrs()