Searched defs:align (Results 1 - 8 of 8) sorted by relevance

/net/wireless/
H A Dradiotap.c26 [IEEE80211_RADIOTAP_TSFT] = { .align = 8, .size = 8, },
27 [IEEE80211_RADIOTAP_FLAGS] = { .align = 1, .size = 1, },
28 [IEEE80211_RADIOTAP_RATE] = { .align = 1, .size = 1, },
29 [IEEE80211_RADIOTAP_CHANNEL] = { .align = 2, .size = 4, },
30 [IEEE80211_RADIOTAP_FHSS] = { .align = 2, .size = 2, },
31 [IEEE80211_RADIOTAP_DBM_ANTSIGNAL] = { .align = 1, .size = 1, },
32 [IEEE80211_RADIOTAP_DBM_ANTNOISE] = { .align = 1, .size = 1, },
33 [IEEE80211_RADIOTAP_LOCK_QUALITY] = { .align = 2, .size = 2, },
34 [IEEE80211_RADIOTAP_TX_ATTENUATION] = { .align = 2, .size = 2, },
35 [IEEE80211_RADIOTAP_DB_TX_ATTENUATION] = { .align
216 int pad, align, size, subns; local
[all...]
/net/tipc/
H A Dmsg.c44 static unsigned int align(unsigned int i) function
280 u32 start = align(bsz);
H A Dlink.c95 static unsigned int align(unsigned int i) function
1730 pos += align(msg_size(m));
1926 pos += align(msg_size(omsg));
/net/ipv4/
H A Desp4.c634 u32 align; local
670 align = ALIGN(crypto_aead_blocksize(aead), 4);
671 x->props.trailer_len = align + 1 + crypto_aead_authsize(aead);
H A Dtcp_output.c522 u8 *align = ((u8 *)ptr) + foc->len; local
523 align[0] = align[1] = TCPOPT_NOP;
/net/ipv6/
H A Desp6.c577 u32 align; local
612 align = ALIGN(crypto_aead_blocksize(aead), 4);
613 x->props.trailer_len = align + 1 + crypto_aead_authsize(aead);
/net/batman-adv/
H A Dpacket.h238 * @align: not used - useful for alignment purposes only
252 uint8_t align[3]; member in struct:batadv_icmp_header
455 * @align: 2 bytes to align the header to a 4 byte boundry
465 uint16_t align; member in struct:batadv_unicast_tvlv_packet
/net/mac80211/
H A Drx.c536 * Additionally, should, if possible, align the payload data in a way that
543 * will align the data.
1973 /* 'align' will only take the values 0 or 2 here since all
1979 int align; local
1981 align = (unsigned long)(skb->data + sizeof(struct ethhdr)) & 3;
1982 if (align) {
1989 skb->data -= align;

Completed in 110 milliseconds