Home
last modified time | relevance | path

Searched refs:dst_feature (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/media/pci/bt8xx/
Ddst.c774 .dst_feature = 0,
783 .dst_feature = 0,
792 .dst_feature = 0,
801 .dst_feature = DST_TYPE_HAS_DISEQC3 | DST_TYPE_HAS_DISEQC4 | DST_TYPE_HAS_DISEQC5
811 .dst_feature = 0,
820 .dst_feature = DST_TYPE_HAS_CA,
829 .dst_feature = DST_TYPE_HAS_CA | DST_TYPE_HAS_DISEQC3 | DST_TYPE_HAS_DISEQC4
839 .dst_feature = 0,
848 .dst_feature = DST_TYPE_HAS_CA,
857 .dst_feature = 0,
[all …]
Ddst_common.h157 u32 dst_feature; member
/linux-4.1.27/include/net/
Ddst.h212 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature() function
231 int ret = dst_feature(dst, RTAX_FEATURE_ALLFRAG); in dst_allfrag()
/linux-4.1.27/net/ipv4/
Dsyncookies.c287 return dst_feature(dst, RTAX_FEATURE_ECN); in cookie_ecn_ok()
Dtcp_output.c339 if (dst && dst_feature(dst, RTAX_FEATURE_ECN)) in tcp_ecn_send_syn()
Dtcp_input.c6007 ecn_ok = net->ipv4.sysctl_tcp_ecn || dst_feature(dst, RTAX_FEATURE_ECN); in tcp_ecn_create_request()