Home
last modified time | relevance | path

Searched refs:SKBTX_SW_TSTAMP (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dskbuff.h223 SKBTX_SW_TSTAMP = 1 << 1, enumerator
2327 if (skb_shinfo(skb)->tx_flags & SKBTX_SW_TSTAMP && in sw_tx_timestamp()
/linux-3.4.99/net/
Dsocket.c544 *tx_flags |= SKBTX_SW_TSTAMP; in sock_tx_timestamp()