Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/sctp/
Dstructs.h497 int (*is_ce) (const struct sk_buff *sk); member
/linux-2.4.37.9/net/sctp/
Dprotocol.c901 .is_ce = sctp_v4_is_ce,
Dipv6.c957 .is_ce = sctp_v6_is_ce,
Dsm_statefuns.c5123 if (af && af->is_ce(chunk->skb) && asoc->peer.ecn_capable) { in sctp_eat_data()