Searched refs:dst_feature (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/pci/bt8xx/
H A Ddst_common.h145 u32 dst_feature; member in struct:dst_types
H A Ddst.c745 .dst_feature = 0,
754 .dst_feature = 0,
763 .dst_feature = 0,
772 .dst_feature = DST_TYPE_HAS_DISEQC3 | DST_TYPE_HAS_DISEQC4 | DST_TYPE_HAS_DISEQC5
782 .dst_feature = 0,
791 .dst_feature = DST_TYPE_HAS_CA,
800 .dst_feature = DST_TYPE_HAS_CA | DST_TYPE_HAS_DISEQC3 | DST_TYPE_HAS_DISEQC4
810 .dst_feature = 0,
819 .dst_feature = DST_TYPE_HAS_CA,
828 .dst_feature
[all...]
/linux-master/include/net/
H A Ddst.h207 dst_feature(const struct dst_entry *dst, u32 feature) function
H A Dtcp.h615 dst_feature(dst, RTAX_FEATURE_ECN);
/linux-master/include/linux/
H A Dtcp.h625 return dst_feature(dst, RTAX_FEATURE_TCP_USEC_TS);
/linux-master/net/ipv4/
H A Dtcp_output.c339 if (dst && dst_feature(dst, RTAX_FEATURE_ECN))
H A Dtcp_input.c6937 ecn_ok_dst = dst_feature(dst, DST_FEATURE_ECN_MASK);

Completed in 182 milliseconds