Home
last modified time | relevance | path

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

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