Home
last modified time | relevance | path

Searched refs:is_ce (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/sctp/
Dstructs.h486 int (*is_ce) (const struct sk_buff *sk); member
/linux-4.4.14/net/sctp/
Dipv6.c1011 .is_ce = sctp_v6_is_ce,
Dprotocol.c1083 .is_ce = sctp_v4_is_ce,
Dsm_statefuns.c6137 if (af && af->is_ce(chunk->skb) && asoc->peer.ecn_capable) { in sctp_eat_data()